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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.h30 QuartzSDOps qsdo; // must be the first entry!
H A DPrinterSurfaceData.m42 static void flush(JNIEnv *env, QuartzSDOps *qsdo);
44 static void PrintSD_startCGContext(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType)
56 static void PrintSD_finishCGContext(JNIEnv *env, QuartzSDOps *qsdo)
69 QuartzSDOps *qsdo = (QuartzSDOps *)sdo;
94 QuartzSDOps *qsdo = (QuartzSDOps*)psdo;
121 //QuartzSDOps *qsdo = (QuartzSDOps*)sdo;
132 //QuartzSDOps *qsd
[all...]
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);
H A DCTextPipe.m134 (const QuartzSDOps *qsdo, const AWTStrike *strike, const BOOL useSubstituion, const int uniChars[], const CGGlyph glyphs[], CGSize advances[], const jint g_gvTXIndicesAsInts[], const jdouble g_gvTransformsAsDoubles[], const CFIndex length)
229 void JavaCT_DrawTextUsingQSD(JNIEnv *env, const QuartzSDOps *qsdo, const AWTStrike *strike, const jchar *chars, const jsize length)
281 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, const jchar *chars, const jsize length, const jdouble x, const jdouble y)
334 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, jobject gVector, BOOL useSubstituion, int *uniChars, CGGlyph *glyphs, CGSize *advances, size_t length)
401 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, jobject gVector, CGGlyph *glyphs, int *uniChars, CGSize *advances, size_t length, jintArray glyphsArray)
483 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, jobject gVector)
530 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, jobject gVector, const jfloat x, const jfloat y)
557 QuartzSDOps *qsdo = (QuartzSDOps *)SurfaceData_GetOps(env, jsurfacedata);
596 QuartzSDOps *qsd
[all...]
H A DQuartzRenderer.m110 QUARTZ_RENDERER_INLINE SDRenderType doLine(QuartzSDOps *qsdo, CGFloat x1, CGFloat y1, CGFloat x2, CGFloat y2)
160 QUARTZ_RENDERER_INLINE SDRenderType doRect(QuartzSDOps *qsdo, CGFloat x, CGFloat y, CGFloat w, CGFloat h, BOOL fill)
259 QUARTZ_RENDERER_INLINE SDRenderType doRoundRect(QuartzSDOps *qsdo, CGFloat x, CGFloat y, CGFloat w, CGFloat h, CGFloat arcWidth, CGFloat arcHeight, BOOL fill)
302 QUARTZ_RENDERER_INLINE SDRenderType doOval(QuartzSDOps *qsdo, CGFloat x, CGFloat y, CGFloat w, CGFloat h, BOOL fill)
426 QUARTZ_RENDERER_INLINE SDRenderType doArc(QuartzSDOps *qsdo, CGFloat x, CGFloat y, CGFloat w, CGFloat h, CGFloat angleStart, CGFloat angleExtent, jint arcType, BOOL fill)
478 QUARTZ_RENDERER_INLINE SDRenderType doPoly(JNIEnv *env, QuartzSDOps *qsdo, jintArray xpointsarray, jintArray ypointsarray, jint npoints, BOOL polygon, BOOL fill)
489 SDRenderType doShape(QuartzSDOps *qsdo, jint *types, jfloat *coords, jint numtypes, BOOL fill, BOOL shouldApplyOffset)
555 QUARTZ_RENDERER_INLINE void doImage(JNIEnv *env, QuartzSDOps *qsdo, jobject imageSurfaceData,
567 QUARTZ_RENDERER_INLINE void completePath(JNIEnv *env, QuartzSDOps *qsdo, CGContextRef cgRef, jint renderType)
628 QuartzSDOps *qsd
[all...]
H A DImageSurfaceData.h67 QuartzSDOps qsdo; // must be the first entry!
H A DQuartzSurfaceData.m76 void setCachedColor(QuartzSDOps *qsdo, UInt32 color)
271 static inline void contextGradientPath(QuartzSDOps* qsdo)
450 static inline void contextTexturePath(JNIEnv* env, QuartzSDOps* qsdo)
505 void SetUpCGContext(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType)
826 SDRenderType SetUpPaint(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType)
1046 void CompleteCGContext(JNIEnv *env, QuartzSDOps *qsdo)
H A DImageSurfaceData.m910 QuartzSDOps *qsdo = (QuartzSDOps*)isdo;
1096 QuartzSDOps *qsdo = (QuartzSDOps*)isdo;
1172 QuartzSDOps *qsdo = (QuartzSDOps*)isdo;
1371 static void ImageSD_startCGContext(JNIEnv *env, QuartzSDOps *qsdo, SDRenderType renderType)
1412 static void ImageSD_finishCGContext(JNIEnv *env, QuartzSDOps *qsdo)
1449 QuartzSDOps *qsdo = (QuartzSDOps *)op
[all...]

Completed in 39 milliseconds