Home | History | Annotate | Download | only in x11

Lines Matching defs:pixmap

123      * use only one reusable pixmap with the maximum dimensions.
124 * draw the entire font into a single pixmap (careful with
139 Pixmap pixmap;
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
221 Pixmap pixmap;
285 pixmap = XCreatePixmap(dpy, win, 10, 10, 1);
290 gc = XCreateGC(dpy, pixmap, valuemask, &values);
291 XFreePixmap(dpy, pixmap);
340 for the pixmap for capturing the X11 font. This is slightly