Searched defs:DrawGlyphListLCD (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphListLCD.java35 * DrawGlyphListLCD- loops for LCDTextRenderer pipe
40 public class DrawGlyphListLCD extends GraphicsPrimitive { class in inherits:GraphicsPrimitive
43 methodSignature = "DrawGlyphListLCD(...)".toString();
47 public static DrawGlyphListLCD locate(SurfaceType srctype,
51 return (DrawGlyphListLCD)
56 protected DrawGlyphListLCD(SurfaceType srctype, method in class:DrawGlyphListLCD
63 public DrawGlyphListLCD(long pNativePrim, method in class:DrawGlyphListLCD
72 public native void DrawGlyphListLCD(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphListLCD
77 new DrawGlyphListLCD(null, null, null));
96 private static class TraceDrawGlyphListLCD extends DrawGlyphListLCD {
110 public void DrawGlyphListLCD(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawGlyphListLCD.TraceDrawGlyphListLCD
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h300 * The signature of the inner loop function for a "DrawGlyphListLCD".
429 PrimitiveType DrawGlyphListLCD; member in struct:_PrimitiveTypes
647 REGISTER_PRIMITIVE(DrawGlyphListLCD, SRC, COMP, DST, FUNC)

Completed in 36 milliseconds