Searched defs:DrawGlyphListAA (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphListAA.java35 * DrawGlyphListAA - loops for AATextRenderer pipe
40 public class DrawGlyphListAA extends GraphicsPrimitive { class in inherits:GraphicsPrimitive
42 public final static String methodSignature = "DrawGlyphListAA(...)".toString();
46 public static DrawGlyphListAA locate(SurfaceType srctype,
50 return (DrawGlyphListAA)
55 protected DrawGlyphListAA(SurfaceType srctype, method in class:DrawGlyphListAA
62 public DrawGlyphListAA(long pNativePrim, method in class:DrawGlyphListAA
70 public native void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphListAA
75 new DrawGlyphListAA(null, null, null));
84 public static class General extends DrawGlyphListAA {
95 public void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphListAA.General
152 public void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphListAA.TraceDrawGlyphListAA
[all...]
H A DGeneralRenderer.java147 DrawGlyphListAA.methodSignature,
148 DrawGlyphListAA.primTypeID,
983 class XorDrawGlyphListAAANY extends DrawGlyphListAA {
990 public void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData sData, method in class:XorDrawGlyphListAAANY
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h288 * The signature of the inner loop function for a "DrawGlyphListAA".
428 PrimitiveType DrawGlyphListAA; member in struct:_PrimitiveTypes
644 REGISTER_PRIMITIVE(DrawGlyphListAA, SRC, COMP, DST, FUNC)

Completed in 35 milliseconds