Lines Matching refs:gc
282 static GC gc;
965 gc = XCreateGC(display, window, 0, &gcvalues);
1029 XSetForeground(display, gc, bg_pixel);
1030 XFillRectangle(display, window, gc, 0, 0, rpng2_info.width,
1337 XPutImage(display, window, gc, ximage, 0, 0, 0, 0, rpng2_info.width,
1551 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1558 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1739 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1809 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1824 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
2081 XFreeGC(display, gc);