Package | Description |
---|---|
com.sun.prism.impl | |
com.sun.prism.impl.shape |
Modifier and Type | Method and Description |
---|---|
Texture |
BaseContext.getGradientTexture(Gradient grad,
BaseTransform xform,
int paintW,
int paintH,
MaskData maskData,
float bx,
float by,
float bw,
float bh) |
void |
BaseContext.updateMaskTexture(MaskData maskData,
RectBounds maskBounds,
boolean canScale) |
Texture |
BaseContext.validateMaskTexture(MaskData maskData,
boolean canScale) |
Modifier and Type | Field and Description |
---|---|
private MaskData |
NativePiscesRasterizer.cachedData |
private static MaskData |
NativePiscesRasterizer.emptyData |
private static MaskData |
OpenPiscesRasterizer.emptyData |
(package private) MaskData |
OpenPiscesRasterizer.Consumer.maskdata |
Modifier and Type | Method and Description |
---|---|
static MaskData |
MaskData.create(byte[] pixels,
int originX,
int originY,
int width,
int height) |
MaskData |
OpenPiscesRasterizer.Consumer.getMaskData() |
MaskData |
NativePiscesRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
MaskData |
ShapeRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
MaskData |
OpenPiscesRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
static MaskData |
ShapeUtil.rasterizeShape(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |