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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java35 * DrawGlyphList - loops for SolidTextRenderer pipe.
40 public class DrawGlyphList extends GraphicsPrimitive { class in inherits:GraphicsPrimitive
42 public final static String methodSignature = "DrawGlyphList(...)".toString();
46 public static DrawGlyphList locate(SurfaceType srctype,
50 return (DrawGlyphList)
55 protected DrawGlyphList(SurfaceType srctype, method in class:DrawGlyphList
62 public DrawGlyphList(long pNativePrim, method in class:DrawGlyphList
71 public native void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphList
77 new DrawGlyphList(null, null, null));
86 private static class General extends DrawGlyphList {
97 public void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphList.General
154 public void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphList.TraceDrawGlyphList
[all...]
H A DGeneralRenderer.java141 DrawGlyphList.methodSignature,
142 DrawGlyphList.primTypeID,
968 class XorDrawGlyphListANY extends DrawGlyphList {
975 public void DrawGlyphList(SunGraphics2D sg2d, SurfaceData sData, method in class:XorDrawGlyphListANY
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h276 * The signature of the inner loop function for a "DrawGlyphList".
427 PrimitiveType DrawGlyphList; member in struct:_PrimitiveTypes
641 REGISTER_PRIMITIVE(DrawGlyphList, SRC, COMP, DST, FUNC)

Completed in 35 milliseconds