public abstract static class SVGComposite.AlphaPreCompositeContext_INT_PACK extends SVGComposite.AlphaPreCompositeContext
Modifier and Type | Method and Description |
---|---|
protected abstract 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) |
protected void |
precompose(Raster src,
Raster dstIn,
WritableRaster dstOut) |
compose, dispose
protected abstract 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)
protected void precompose(Raster src, Raster dstIn, WritableRaster dstOut)
precompose
in class SVGComposite.AlphaPreCompositeContext
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.