Home | History | Annotate | Download | only in gregbook

Lines Matching refs:gc

281 static GC gc;
985 gc = XCreateGC(display, window, 0, &gcvalues);
1049 XSetForeground(display, gc, bg_pixel);
1050 XFillRectangle(display, window, gc, 0, 0, rpng2_info.width,
1357 XPutImage(display, window, gc, ximage, 0, 0, 0, 0, rpng2_info.width,
1571 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1578 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1759 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1829 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1844 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
2101 XFreeGC(display, gc);