Home | History | Annotate | Download | only in xlib

Lines Matching defs:pixmap

116      * use only one reusable pixmap with the maximum dimensions.
117 * draw the entire font into a single pixmap (careful with
132 Pixmap pixmap;
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
214 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