Lines Matching refs:X11SDOps

76                           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);
263 X11SDOps *xsdo = (X11SDOps*)SurfaceData_InitOps(env, xsd, sizeof(X11SDOps));
358 JNIEXPORT X11SDOps * JNICALL
369 return (X11SDOps *) ops;
381 X11SDOps * xsdo = (X11SDOps*)ops;
440 X11SDOps *xsdo = (X11SDOps *) SurfaceData_GetOps(env, xsd);
449 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable)
517 X11SDOps *xsdo = X11SurfaceData_GetOps(env, xsd);
548 XImage* X11SD_CreateSharedImage(X11SDOps *xsdo,
620 XImage* X11SD_GetSharedImage(X11SDOps *xsdo, jint width, jint height,
637 Drawable X11SD_CreateSharedPixmap(X11SDOps *xsdo)
676 void X11SD_PuntPixmap(X11SDOps *xsdo, jint width, jint height)
712 void X11SD_UnPuntPixmap(X11SDOps *xsdo)
790 jint X11SD_InitWindow(JNIEnv *env, X11SDOps *xsdo)
813 X11SDOps *xsdo = (X11SDOps *) ops;
920 X11SDOps *xsdo = (X11SDOps *) ops;
1034 X11SDOps *xsdo = (X11SDOps *) ops;
1095 X11SDOps *xsdo)
1168 X11SD_FindClip(SurfaceDataBounds *b, SurfaceDataBounds *bounds, X11SDOps *xsdo)
1257 X11SD_SwapBytes(X11SDOps *xsdo, XImage * img, int depth, int bpp) {
1322 static XImage * X11SD_GetImage(JNIEnv *env, X11SDOps *xsdo,
1553 X11SD_DirectRenderNotify(JNIEnv *env, X11SDOps *xsdo)
1574 X11SD_GetPixmapWithBg(JNIEnv *env, X11SDOps *xsdo, jint pixel)
1641 X11SD_ReleasePixmapWithBg(JNIEnv *env, X11SDOps *xsdo)
1664 X11SDOps *xsdo;
1668 xsdo = (X11SDOps *) pXSData;