static class ByteBgr.ToIntFrgbConv extends BaseByteToIntConverter
| Modifier and Type | Field and Description |
|---|---|
static ByteToIntPixelConverter |
nonpremult |
static ByteToIntPixelConverter |
premult |
getter, nSrcElems, setter| Modifier | Constructor and Description |
|---|---|
private |
ToIntFrgbConv(IntPixelSetter setter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
int[] dstarr,
int dstoff,
int dstscanints,
int w,
int h) |
(package private) void |
doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.IntBuffer dstbuf,
int dstoff,
int dstscanints,
int w,
int h) |
public static final ByteToIntPixelConverter nonpremult
public static final ByteToIntPixelConverter premult
private ToIntFrgbConv(IntPixelSetter setter)
void doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
int[] dstarr,
int dstoff,
int dstscanints,
int w,
int h)
doConvert in class BaseByteToIntConvertervoid doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.IntBuffer dstbuf,
int dstoff,
int dstscanints,
int w,
int h)
doConvert in class BaseByteToIntConverter