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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h96 typedef struct _QuartzSDOps QuartzSDOps; typedef in typeref:struct:_QuartzSDOps
97 typedef void BeginContextFunc(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);
98 typedef void FinishContextFunc(JNIEnv *env, QuartzSDOps *qsdo);
132 void SetUpCGContext(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);
134 SDRenderType SetUpPaint(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType);
135 void CompleteCGContext(JNIEnv *env, QuartzSDOps *qsdo);

Completed in 49 milliseconds