Searched refs:getSuperType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.java190 for (dst = dsttype; dst != null; dst = dst.getSuperType()) {
191 for (src = srctype; src != null; src = src.getSuperType()) {
192 for (cmp = comptype; cmp != null; cmp = cmp.getSuperType()) {
H A DGraphicsPrimitive.java280 srctype = srctype.getSuperType();
289 comptype = comptype.getSuperType();
298 dsttype = dsttype.getSuperType();
H A DCompositeType.java43 * the getSuperType method provides a way to ask a given CompositeType
266 public CompositeType getSuperType() { method in class:CompositeType
H A DSurfaceType.java45 * the getSuperType method provides a way to ask a given SurfaceType
425 public SurfaceType getSuperType() { method in class:SurfaceType

Completed in 45 milliseconds