src/java.desktop/share/classes/sun/java2d/loops/DrawGlyphListLCD.java

Print this page

        

*** 37,50 **** * 2) must accept output area [x, y, dx, dy] * from within the surface description data for clip rect */ public class DrawGlyphListLCD extends GraphicsPrimitive { ! public final static String methodSignature = "DrawGlyphListLCD(...)".toString(); ! public final static int primTypeID = makePrimTypeID(); public static DrawGlyphListLCD locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) { --- 37,50 ---- * 2) must accept output area [x, y, dx, dy] * from within the surface description data for clip rect */ public class DrawGlyphListLCD extends GraphicsPrimitive { ! public static final String methodSignature = "DrawGlyphListLCD(...)".toString(); ! public static final int primTypeID = makePrimTypeID(); public static DrawGlyphListLCD locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) {