public abstract class JSWEffectPeer<T extends RenderState> extends EffectPeer<T>
Modifier and Type | Field and Description |
---|---|
protected static int |
FVALS_A |
protected static int |
FVALS_B |
protected static int |
FVALS_G |
protected static int |
FVALS_R |
Modifier | Constructor and Description |
---|---|
protected |
JSWEffectPeer(FilterContext fctx,
Renderer r,
String uniqueName) |
Modifier and Type | Method and Description |
---|---|
protected void |
faccum(float[] map,
int offset,
float mul,
float[] fvals) |
protected void |
fsample(float[] map,
float floc_x,
float floc_y,
int w,
int h,
int scan,
float[] fvals) |
protected void |
laccum(int pixel,
float mul,
float[] fvals) |
protected void |
laccumsample(int[] img,
float fpix_x,
float fpix_y,
int w,
int h,
int scan,
float factor,
float[] fvals) |
protected void |
lsample(int[] img,
float floc_x,
float floc_y,
int w,
int h,
int scan,
float[] fvals) |
dispose, filter, 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
protected static final int FVALS_A
protected static final int FVALS_R
protected static final int FVALS_G
protected static final int FVALS_B
protected JSWEffectPeer(FilterContext fctx, Renderer r, String uniqueName)
protected final void laccum(int pixel, float mul, float[] fvals)
protected final void lsample(int[] img, float floc_x, float floc_y, int w, int h, int scan, float[] fvals)
protected final void laccumsample(int[] img, float fpix_x, float fpix_y, int w, int h, int scan, float factor, float[] fvals)
protected final void faccum(float[] map, int offset, float mul, float[] fvals)
protected final void fsample(float[] map, float floc_x, float floc_y, int w, int h, int scan, float[] fvals)
Copyright © 2020. All rights reserved.