Searched refs:makePrimTypeID (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DRenderLoops.java41 public static final int primTypeID = GraphicsPrimitive.makePrimTypeID();
H A DDrawGlyphListLCD.java45 public final static int primTypeID = makePrimTypeID();
H A DDrawPath.java44 public final static int primTypeID = makePrimTypeID();
H A DFillParallelogram.java46 public final static int primTypeID = makePrimTypeID();
H A DFillPath.java44 public final static int primTypeID = makePrimTypeID();
H A DDrawLine.java49 public final static int primTypeID = makePrimTypeID();
H A DDrawParallelogram.java48 public final static int primTypeID = makePrimTypeID();
H A DDrawPolygons.java46 public final static int primTypeID = makePrimTypeID();
H A DDrawRect.java49 public final static int primTypeID = makePrimTypeID();
H A DFillSpans.java50 public final static int primTypeID = makePrimTypeID();
H A DFillRect.java49 public final static int primTypeID = makePrimTypeID();
H A DScaledBlit.java50 public static final int primTypeID = makePrimTypeID();
H A DTransformBlit.java52 public static final int primTypeID = makePrimTypeID();
H A DTransformHelper.java51 public static final int primTypeID = makePrimTypeID();
H A DDrawGlyphList.java44 public final static int primTypeID = makePrimTypeID();
H A DDrawGlyphListAA.java44 public final static int primTypeID = makePrimTypeID();
H A DBlitBg.java59 public static final int primTypeID = makePrimTypeID();
H A DMaskBlit.java53 public static final int primTypeID = makePrimTypeID();
H A DMaskFill.java59 public static final int primTypeID = makePrimTypeID();
H A DBlit.java55 public static final int primTypeID = makePrimTypeID();
H A DGraphicsPrimitive.java119 public synchronized static final int makePrimTypeID() { method in class:GraphicsPrimitive

Completed in 53 milliseconds