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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h42 #define X11SDOps void macro
44 typedef struct _X11SDOps X11SDOps; typedef in typeref:struct:_X11SDOps
59 X11SDOps *xsdo,
64 * function of the indicated X11SDOps structure.
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 *xsd
[all...]

Completed in 30 milliseconds