jdk/src/java.desktop/share/classes/sun/java2d/loops/DrawGlyphListAA.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
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 DrawGlyphListAA extends GraphicsPrimitive {
    40 public class DrawGlyphListAA extends GraphicsPrimitive {
    41 
    41 
    42     public final static String methodSignature = "DrawGlyphListAA(...)".toString();
    42     public static final String methodSignature = "DrawGlyphListAA(...)".toString();
    43 
    43 
    44     public final static int primTypeID = makePrimTypeID();
    44     public static final int primTypeID = makePrimTypeID();
    45 
    45 
    46     public static DrawGlyphListAA locate(SurfaceType srctype,
    46     public static DrawGlyphListAA locate(SurfaceType srctype,
    47                                    CompositeType comptype,
    47                                    CompositeType comptype,
    48                                    SurfaceType dsttype)
    48                                    SurfaceType dsttype)
    49     {
    49     {