jdk/src/java.desktop/share/classes/sun/java2d/loops/DrawGlyphListLCD.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 38984 bbded3eab454
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    37  *   2) must accept output area [x, y, dx, dy]
    37  *   2) must accept output area [x, y, dx, dy]
    38  *      from within the surface description data for clip rect
    38  *      from within the surface description data for clip rect
    39  */
    39  */
    40 public class DrawGlyphListLCD extends GraphicsPrimitive {
    40 public class DrawGlyphListLCD extends GraphicsPrimitive {
    41 
    41 
    42     public final static String
    42     public static final String
    43         methodSignature = "DrawGlyphListLCD(...)".toString();
    43         methodSignature = "DrawGlyphListLCD(...)".toString();
    44 
    44 
    45     public final static int primTypeID = makePrimTypeID();
    45     public static final int primTypeID = makePrimTypeID();
    46 
    46 
    47     public static DrawGlyphListLCD locate(SurfaceType srctype,
    47     public static DrawGlyphListLCD locate(SurfaceType srctype,
    48                                            CompositeType comptype,
    48                                            CompositeType comptype,
    49                                            SurfaceType dsttype)
    49                                            SurfaceType dsttype)
    50     {
    50     {