static class IntArgbPre.ToByteBgraConv extends BaseIntToByteConverter
Modifier and Type | Field and Description |
---|---|
static IntToBytePixelConverter |
instance |
getter, nDstElems, setter
Modifier | Constructor and Description |
---|---|
private |
ToByteBgraConv() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
doConvert(int[] srcarr,
int srcoff,
int srcscanints,
byte[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h) |
(package private) void |
doConvert(java.nio.IntBuffer srcbuf,
int srcoff,
int srcscanints,
java.nio.ByteBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h) |
public static final IntToBytePixelConverter instance
void doConvert(int[] srcarr, int srcoff, int srcscanints, byte[] dstarr, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseIntToByteConverter
void doConvert(java.nio.IntBuffer srcbuf, int srcoff, int srcscanints, java.nio.ByteBuffer dstbuf, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseIntToByteConverter