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