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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c76 X11SDOps *xsdo);
78 X11SDOps *xsdo);
79 static void X11SD_SwapBytes(X11SDOps *xsdo, XImage *img, int depth, int bpp);
80 static XImage * X11SD_GetImage(JNIEnv *env, X11SDOps *xsdo,
210 X11SDOps *xsdo = X11SurfaceData_GetOps(env, this); local
213 if (xsdo->drawable != 0 || X11SD_InitWindow(env, xsdo) == SD_SUCCESS) {
263 X11SDOps *xsdo = (X11SDOps*)SurfaceData_InitOps(env, xsd, sizeof(X11SDOps)); local
264 if (xsdo == NULL) {
268 xsdo
381 X11SDOps * xsdo = (X11SDOps*)ops; local
440 X11SDOps *xsdo = (X11SDOps *) SurfaceData_GetOps(env, xsd); local
449 XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable) argument
517 X11SDOps *xsdo = X11SurfaceData_GetOps(env, xsd); local
548 X11SD_CreateSharedImage(X11SDOps *xsdo, jint width, jint height) argument
620 X11SD_GetSharedImage(X11SDOps *xsdo, jint width, jint height, jint maxWidth, jint maxHeight, jboolean readBits) argument
637 X11SD_CreateSharedPixmap(X11SDOps *xsdo) argument
676 X11SD_PuntPixmap(X11SDOps *xsdo, jint width, jint height) argument
712 X11SD_UnPuntPixmap(X11SDOps *xsdo) argument
790 X11SD_InitWindow(JNIEnv *env, X11SDOps *xsdo) argument
813 X11SDOps *xsdo = (X11SDOps *) ops; local
920 X11SDOps *xsdo = (X11SDOps *) ops; local
1034 X11SDOps *xsdo = (X11SDOps *) ops; local
1094 X11SD_ClipToRoot(SurfaceDataBounds *b, SurfaceDataBounds *bounds, X11SDOps *xsdo) argument
1168 X11SD_FindClip(SurfaceDataBounds *b, SurfaceDataBounds *bounds, X11SDOps *xsdo) argument
1257 X11SD_SwapBytes(X11SDOps *xsdo, XImage * img, int depth, int bpp) argument
1322 X11SD_GetImage(JNIEnv *env, X11SDOps *xsdo, SurfaceDataBounds *bounds, jint lockFlags) argument
1553 X11SD_DirectRenderNotify(JNIEnv *env, X11SDOps *xsdo) argument
1574 X11SD_GetPixmapWithBg(JNIEnv *env, X11SDOps *xsdo, jint pixel) argument
1641 X11SD_ReleasePixmapWithBg(JNIEnv *env, X11SDOps *xsdo) argument
1664 X11SDOps *xsdo; local
[all...]
H A DXRSurfaceData.c60 X11SDOps *xsdo; local
65 xsdo = (X11SDOps *) jlong_to_ptr(pXSData);
66 if (xsdo == NULL) {
70 if (xsdo->xrPic == None) {
74 xsdo->xrPic =
75 XRenderCreatePicture(awt_display, xsdo->drawable, fmt,
79 (*env)->SetIntField (env, xsd, pictID, xsdo->xrPic);
80 (*env)->SetIntField (env, xsd, xidID, xsdo->drawable);
105 X11SDOps *xsdo; local
109 xsdo
125 X11SDOps *xsdo; local
[all...]
H A DX11SurfaceData.h52 * The xsdo parameter should be a pointer to the ops object upon which
59 X11SDOps *xsdo,
72 X11SDOps *xsdo);
128 XImage * X11SD_GetSharedImage (X11SDOps *xsdo,
132 XImage * X11SD_CreateSharedImage (X11SDOps *xsdo, jint width, jint height);
133 Drawable X11SD_CreateSharedPixmap (X11SDOps *xsdo);
135 void X11SD_PuntPixmap (X11SDOps *xsdo, jint width, jint height);
136 void X11SD_UnPuntPixmap (X11SDOps *xsdo);
142 jint X11SD_InitWindow(JNIEnv *env, X11SDOps *xsdo);
145 void X11SD_DirectRenderNotify(JNIEnv *env, X11SDOps *xsdo);
[all...]
H A DX11Renderer.c228 X11SDOps *xsdo = (X11SDOps *) pXSData; local
230 if (xsdo == NULL) {
234 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
237 X11SD_DirectRenderNotify(env, xsdo);
252 X11SDOps *xsdo = (X11SDOps *) pXSData; local
254 if (xsdo == NULL || w < 0 || h < 0) {
266 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
270 XDrawRectangle(awt_display, xsdo->drawable, (GC) xgc,
274 X11SD_DirectRenderNotify(env, xsdo);
292 X11SDOps *xsdo local
381 X11SDOps *xsdo = (X11SDOps *) pXSData; local
419 X11SDOps *xsdo = (X11SDOps *) pXSData; local
445 X11SDOps *xsdo = (X11SDOps *) pXSData; local
574 X11SDOps *xsdo = (X11SDOps *) pXSData; local
672 X11SDOps *xsdo = (X11SDOps *) pXSData; local
699 X11SDOps *xsdo = (X11SDOps *) pXSData; local
786 X11SDOps *xsdo = (X11SDOps *) pXSData; local
848 X11SDOps *xsdo = (X11SDOps *) pXSData; local
873 X11SDOps *xsdo = (X11SDOps *) pXSData; local
927 X11SDOps *xsdo = (X11SDOps *) pXSData; local
971 X11SDOps *xsdo; local
[all...]
H A DX11PMBlitLoops.c213 X11SDOps *xsdo = (X11SDOps *) SurfaceData_GetOps(env, dstsd); local
226 if (srcOps == NULL || xsdo == NULL) {
233 screen = xsdo->configData->awt_visInfo.screen;
234 width = xsdo->pmWidth;
235 height = xsdo->pmHeight;
237 if (xsdo->bitmask == 0) {
239 xsdo->bitmask = XCreatePixmap(awt_display,
242 if (xsdo->bitmask == 0) {
389 xgc = XCreateGC(awt_display, xsdo->bitmask, 0L, NULL);
392 XPutImage(awt_display, xsdo
[all...]
H A DX11TextRenderer_md.c218 X11SDOps *xsdo = (X11SDOps *)jlong_to_ptr(dstData); local
221 if (xsdo == NULL) {
230 screen = xsdo->configData->awt_visInfo.screen;
284 XFillRectangle(awt_display, xsdo->drawable, xgc,
294 X11SD_DirectRenderNotify(env, xsdo);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskFill.java93 protected native void maskFill(long xsdo, int x, int y, int w, int h, argument
H A DXRSurfaceData.java56 native void initXRPicture(long xsdo, int pictForm); argument
58 native void freeXSDOPicture(long xsdo); argument

Completed in 32 milliseconds