static class IntArgb.ToByteBgraPreConv extends BaseIntToByteConverter
| Modifier and Type | Field and Description |
|---|---|
static IntToBytePixelConverter |
instance |
getter, nDstElems, setter| Modifier | Constructor and Description |
|---|---|
private |
ToByteBgraPreConv() |
| 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 BaseIntToByteConvertervoid 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