static class General.IntToByteGeneralConverter extends BaseIntToByteConverter
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
usePremult |
getter, nDstElems, setter
Constructor and Description |
---|
IntToByteGeneralConverter(IntPixelGetter getter,
BytePixelSetter setter) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
doConvert(int[] srcarr,
int srcoff,
int srcscanbytes,
byte[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h) |
(package private) void |
doConvert(java.nio.IntBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.ByteBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h) |
public IntToByteGeneralConverter(IntPixelGetter getter, BytePixelSetter setter)
void doConvert(int[] srcarr, int srcoff, int srcscanbytes, byte[] dstarr, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseIntToByteConverter
void doConvert(java.nio.IntBuffer srcbuf, int srcoff, int srcscanbytes, java.nio.ByteBuffer dstbuf, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseIntToByteConverter