public class JSWLinearConvolveShadowPeer extends JSWLinearConvolvePeer
FVALS_A, FVALS_B, FVALS_G, FVALS_R| Constructor and Description |
|---|
JSWLinearConvolveShadowPeer(FilterContext fctx,
Renderer r,
java.lang.String uniqueName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
filterHV(int[] dstPixels,
int dstcols,
int dstrows,
int dcolinc,
int drowinc,
int[] srcPixels,
int srccols,
int srcrows,
int scolinc,
int srowinc,
float[] weights) |
protected 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) |
private float[] |
getShadowColor() |
filterfaccum, fsample, laccum, laccumsample, lsampledispose, 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, setRenderStatepublic JSWLinearConvolveShadowPeer(FilterContext fctx, Renderer r, java.lang.String uniqueName)
private float[] getShadowColor()
protected 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)
filterVector in class JSWLinearConvolvePeerprotected void filterHV(int[] dstPixels,
int dstcols,
int dstrows,
int dcolinc,
int drowinc,
int[] srcPixels,
int srccols,
int srcrows,
int scolinc,
int srowinc,
float[] weights)
filterHV in class JSWLinearConvolvePeer