Home | History | Annotate | Download | only in x11

Lines Matching refs:gc

109    in the graphics context GC.  WIDTH is the width in bytes
133 fill_bitmap(Display * dpy, Window win, GC gc,
143 XSetForeground(dpy, gc, 0);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
145 XSetForeground(dpy, gc, 1);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
222 GC gc;
290 gc = XCreateGC(dpy, pixmap, valuemask, &values);
349 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
368 XFreeGC(dpy, gc);