Home | History | Annotate | Download | only in glx

Lines Matching refs:pixmap

122      * use only one reusable pixmap with the maximum dimensions.
123 * draw the entire font into a single pixmap (careful with
138 Pixmap pixmap;
141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
151 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
162 XFreePixmap(dpy, pixmap);
219 Pixmap pixmap;
292 pixmap = XCreatePixmap(dpy, win, 10, 10, 1);
297 gc = XCreateGC(dpy, pixmap, valuemask, &values);
298 XFreePixmap(dpy, pixmap);
346 for the pixmap for capturing the X11 font. This is slightly