public class SSELinearConvolvePeer extends SSEEffectPeer<LinearConvolveRenderState>
Constructor and Description |
---|
SSELinearConvolvePeer(FilterContext fctx,
Renderer r,
java.lang.String uniqueName) |
Modifier and Type | Method and Description |
---|---|
ImageData |
filter(Effect effect,
LinearConvolveRenderState lcrstate,
BaseTransform transform,
Rectangle outputClip,
ImageData... inputs) |
(package private) void |
filterHV(int[] dstPixels,
int dstcols,
int dstrows,
int dcolinc,
int drowinc,
int[] srcPixels,
int srccols,
int srcrows,
int scolinc,
int srowinc,
float[] weights) |
(package private) void |
filterVector(int[] dstPixels,
int dstw,
int dsth,
int dstscan,
int[] srcPixels,
int srcw,
int srch,
int srcscan,
float[] weights,
int count,
float srcx0,
float srcy0,
float offsetx,
float offsety,
float deltax,
float deltay,
float dxcol,
float dycol,
float dxrow,
float dyrow) |
dispose, getAccelType, getDestBounds, getDestNativeBounds, getEffect, getFilterContext, getInputBounds, getInputNativeBounds, getInputTransform, getPass, getRenderer, getRenderState, getResultBounds, getSamplerData, getSourceRegion, getTextureCoordinates, getTextureCoordinates, getUniqueName, isImageDataCompatible, isOriginUpperLeft, setDestBounds, setDestNativeBounds, setEffect, setInputBounds, setInputNativeBounds, setInputTransform, setPass, setRenderState
public SSELinearConvolvePeer(FilterContext fctx, Renderer r, java.lang.String uniqueName)
public ImageData filter(Effect effect, LinearConvolveRenderState lcrstate, BaseTransform transform, Rectangle outputClip, ImageData... inputs)
filter
in class EffectPeer<LinearConvolveRenderState>
void filterVector(int[] dstPixels, int dstw, int dsth, int dstscan, int[] srcPixels, int srcw, int srch, int srcscan, float[] weights, int count, float srcx0, float srcy0, float offsetx, float offsety, float deltax, float deltay, float dxcol, float dycol, float dxrow, float dyrow)
void filterHV(int[] dstPixels, int dstcols, int dstrows, int dcolinc, int drowinc, int[] srcPixels, int srccols, int srcrows, int scolinc, int srowinc, float[] weights)