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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h40 enum SDRenderType enum
54 typedef enum SDRenderType SDRenderType; typedef in typeref:enum:SDRenderType
97 typedef void BeginContextFunc(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);
111 SDRenderType renderType;
132 void SetUpCGContext(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);
133 SDRenderType DoShapeUsingCG(CGContextRef cgRef, jint *types, jfloat *coords, jint numtypes, BOOL fill, CGFloat offsetX, CGFloat offsetY);
134 SDRenderType SetUpPaint(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);

Completed in 116 milliseconds