public static class SVGComposite.ArithCompositeContext_INT_PACK extends SVGComposite.AlphaPreCompositeContext_INT_PACK
| Modifier and Type | Field and Description |
|---|---|
(package private) float |
k1 |
(package private) float |
k2 |
(package private) float |
k3 |
(package private) float |
k4 |
dstCM, srcCM| Constructor and Description |
|---|
ArithCompositeContext_INT_PACK(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
float k1,
float k2,
float k3,
float k4) |
| Modifier and Type | Method and Description |
|---|---|
void |
precompose_INT_PACK(int width,
int height,
int[] srcPixels,
int srcAdjust,
int srcSp,
int[] dstInPixels,
int dstInAdjust,
int dstInSp,
int[] dstOutPixels,
int dstOutAdjust,
int dstOutSp) |
precomposecompose, disposeArithCompositeContext_INT_PACK(java.awt.image.ColorModel srcCM,
java.awt.image.ColorModel dstCM,
float k1,
float k2,
float k3,
float k4)
public void precompose_INT_PACK(int width,
int height,
int[] srcPixels,
int srcAdjust,
int srcSp,
int[] dstInPixels,
int dstInAdjust,
int dstInSp,
int[] dstOutPixels,
int dstOutAdjust,
int dstOutSp)
precompose_INT_PACK in class SVGComposite.AlphaPreCompositeContext_INT_PACK