Searched refs:X11SD_CreateSharedImage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h132 XImage * X11SD_CreateSharedImage (X11SDOps *xsdo, jint width, jint height);
H A DX11SurfaceData.c544 /* Check X11SD_CreateSharedImage() for the explanation */
548 XImage* X11SD_CreateSharedImage(X11SDOps *xsdo, function
632 retImage = X11SD_CreateSharedImage(xsdo, width, height);
652 img = X11SD_CreateSharedImage(xsdo, width, height);

Completed in 26 milliseconds