Lines Matching refs:gc
108 in the graphics context GC. WIDTH is the width in bytes
132 fill_bitmap(Display * dpy, Window win, GC gc,
142 XSetForeground(dpy, gc, 0);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
144 XSetForeground(dpy, gc, 1);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
220 GC gc;
297 gc = XCreateGC(dpy, pixmap, valuemask, &values);
355 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
374 XFreeGC(dpy, gc);