Home | History | Annotate | Download | only in x11

Lines Matching refs:pixmap

117      * use only one reusable pixmap with the maximum dimensions.
118 * draw the entire font into a single pixmap (careful with
133 Pixmap pixmap;
136 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
138 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
144 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
146 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
157 XFreePixmap(dpy, pixmap);
215 Pixmap pixmap;
279 pixmap = XCreatePixmap(dpy, win, 10, 10, 1);
284 gc = XCreateGC(dpy, pixmap, valuemask, &values);
285 XFreePixmap(dpy, pixmap);
334 for the pixmap for capturing the X11 font. This is slightly