static class General.ByteToIntGeneralConverter extends BaseByteToIntConverter
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
usePremult |
getter, nSrcElems, setter| Constructor and Description |
|---|
ByteToIntGeneralConverter(BytePixelGetter getter,
IntPixelSetter setter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
int[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h) |
(package private) void |
doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.IntBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h) |
ByteToIntGeneralConverter(BytePixelGetter getter, IntPixelSetter setter)
void doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
int[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h)
doConvert in class BaseByteToIntConvertervoid doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.IntBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h)
doConvert in class BaseByteToIntConverter