Searched refs:shapeMask (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | shape.c | 167 Pixmap shapeMask; local in function:make_shape_mask 172 shapeMask = XCreatePixmap(dpy, win, width, height, 1); 173 gc = XCreateGC(dpy, shapeMask, 0, &xgcv); 175 /* clear shapeMask to zeros */ 177 XFillRectangle(dpy, shapeMask, gc, 0, 0, width, height); 196 XFillPolygon(dpy, shapeMask, gc, points, sides, Convex, CoordModeOrigin); 200 XShapeCombineMask(dpy, win, ShapeBounding, 0, 0, shapeMask, ShapeSet); 203 XFreePixmap(dpy, shapeMask);
|
Completed in 2 milliseconds