Searched refs:bitmask (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c94 if (srcXsdo->bitmask != 0) {
96 XSetClipMask(awt_display, xgc, srcXsdo->bitmask);
113 if (srcXsdo->bitmask != 0) {
237 if (xsdo->bitmask == 0) {
238 /* create the bitmask if it is not yet created */
239 xsdo->bitmask = XCreatePixmap(awt_display,
242 if (xsdo->bitmask == 0) {
245 "Cannot create bitmask for "
251 /* Create a bitmask image and then blit it to the pixmap. */
256 JNU_ThrowOutOfMemoryError(env, "Cannot allocate bitmask fo
[all...]
H A DX11SurfaceData.h110 Pixmap bitmask; member in struct:_X11SDOps
H A DX11SurfaceData.c302 xsdo->bitmask = 0;
411 if (xsdo->bitmask != 0) {
412 XFreePixmap(awt_display, xsdo->bitmask);
413 xsdo->bitmask = 0;
1585 if (xsdo->bitmask == 0) {
1602 bmGC = XCreateGC(awt_display, xsdo->bitmask, 0, NULL);
1608 /* invert the bitmask */
1611 XFillRectangle(awt_display, xsdo->bitmask, bmGC,
1622 XSetClipMask(awt_display, srcGC, xsdo->bitmask);
1628 XFillRectangle(awt_display, xsdo->bitmask, bmG
[all...]

Completed in 37 milliseconds