Searched defs:getDestType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitive.java75 public SurfaceType getDestType(); method in interface:GraphicsPrimitive.GeneralBinaryOp
96 public SurfaceType getDestType(); method in interface:GraphicsPrimitive.GeneralUnaryOp
250 public final SurfaceType getDestType() { method in class:GraphicsPrimitive
482 SurfaceType dsttype = gbo.getDestType();
510 SurfaceType dsttype = guo.getDestType();

Completed in 49 milliseconds