Searched refs:getPrimTypeID (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitive.java77 public int getPrimTypeID(); method in interface:GraphicsPrimitive.GeneralBinaryOp
98 public int getPrimTypeID(); method in interface:GraphicsPrimitive.GeneralUnaryOp
226 public final int getPrimTypeID() { method in class:GraphicsPrimitive
478 int primID = gbo.getPrimTypeID();
507 int primID = guo.getPrimTypeID();
H A DGraphicsPrimitiveMgr.java220 if (prim.getPrimTypeID() == primTypeID) {

Completed in 31 milliseconds