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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java34 * A SurfaceType object provides a chained description of a type of
37 * drawing surface as well as a pointer to another SurfaceType which
43 * the deriveSubType method provides a way to create a new SurfaceType
44 * that is related to but more specific than an existing SurfaceType and
45 * the getSuperType method provides a way to ask a given SurfaceType
56 public final class SurfaceType { class
221 * The root SurfaceType object for all chains of surface descriptions.
224 * Any SurfaceType objects that are not created with a specific
227 public static final SurfaceType Any =
228 new SurfaceType(nul
389 private SurfaceType(SurfaceType parent, String desc, method in class:SurfaceType
397 private SurfaceType(SurfaceType parent, String desc) { method in class:SurfaceType
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h92 * that hold information about a particular SurfaceType or CompositeType.
109 * The definitions for the SurfaceType structure described above.
115 * SurfaceType implementation.
133 } SurfaceType; typedef in typeref:struct:_SurfaceType
366 * and SurfaceType structures. (For most native primitives these
368 * the PrimitiveType, SurfaceType, and CompositeType structures.)
372 SurfaceType *pSrcType;
374 SurfaceType *pDstType;
438 SurfaceType OpaqueColor;
439 SurfaceType AnyColo
[all...]

Completed in 33 milliseconds