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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCompositeType.java50 * ensures that all chains end with the DESC_ANY descriptor so that
69 public static final String DESC_ANY = "Any CompositeContext"; field in class:CompositeType
117 Any = new CompositeType(null, DESC_ANY);
H A DSurfaceType.java52 * ensures that all chains end with the DESC_ANY descriptor so that
70 DESC_ANY = "Any Surface"; field in class:SurfaceType
228 new SurfaceType(null, DESC_ANY, PixelConverter.instance);

Completed in 45 milliseconds