Home | History | Annotate | Download | only in x11

Lines Matching refs:gc

103    in the graphics context GC.  WIDTH is the width in bytes
127 fill_bitmap(Display * dpy, Window win, GC gc,
137 XSetForeground(dpy, gc, 0);
138 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
139 XSetForeground(dpy, gc, 1);
144 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
216 GC gc;
284 gc = XCreateGC(dpy, pixmap, valuemask, &values);
343 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
362 XFreeGC(dpy, gc);