Searched defs:MaskFill (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedMaskFill.java33 import sun.java2d.loops.MaskFill;
38 * The MaskFill operation is expressed as:
41 * The OGL/D3D implementation of the MaskFill operation differs from the above
48 * This simplified formula is only equivalent to the "true" MaskFill equation
59 public abstract class BufferedMaskFill extends MaskFill {
73 public void MaskFill(SunGraphics2D sg2d, SurfaceData sData, method in class:BufferedMaskFill
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskFill.java47 public class XRMaskFill extends MaskFill {
96 public void MaskFill(SunGraphics2D sg2d, SurfaceData sData, Composite comp, method in class:XRMaskFill
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DMaskFill.java42 * MaskFill
51 public class MaskFill extends GraphicsPrimitive class in inherits:GraphicsPrimitive
53 public static final String methodSignature = "MaskFill(...)".toString();
63 public static MaskFill locate(SurfaceType srctype,
67 return (MaskFill)
72 public static MaskFill locatePrim(SurfaceType srctype,
76 return (MaskFill)
85 public static MaskFill getFromCache(SurfaceType src,
91 return (MaskFill) o;
93 MaskFill fil
100 protected MaskFill(String alternateSignature, method in class:MaskFill
108 protected MaskFill(SurfaceType srctype, method in class:MaskFill
115 public MaskFill(long pNativePrim, method in class:MaskFill
126 public native void MaskFill(SunGraphics2D sg2d, SurfaceData sData, method in class:MaskFill
185 public void MaskFill(SunGraphics2D sg2d, method in class:MaskFill.General
240 public void MaskFill(SunGraphics2D sg2d, SurfaceData sData, method in class:MaskFill.TraceMaskFill
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h45 * type of GraphicsPrimitive, such as a FillRect, a MaskFill, or a Blit.
255 * The signature of the inner loop function for a "MaskFill".
426 PrimitiveType MaskFill; member in struct:_PrimitiveTypes
638 REGISTER_PRIMITIVE(MaskFill, SRC, COMP, DST, FUNC)

Completed in 67 milliseconds