Lines Matching refs:GC
299 static GC gc;
998 gc = XCreateGC(display, window, 0, &gcvalues);
1062 XSetForeground(display, gc, bg_pixel);
1063 XFillRectangle(display, window, gc, 0, 0, rpng2_info.width,
1370 XPutImage(display, window, gc, ximage, 0, 0, 0, 0, rpng2_info.width,
1584 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1591 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1857 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
2117 XFreeGC(display, gc);