Lines Matching defs:g_backstore

165 static Pixmap g_backstore = 0;
239 XFillRectangle(g_display, g_backstore, g_gc, x, y, cx, cy); \
244 XFillRectangle(g_display, g_ownbackstore ? g_backstore : g_wnd, g_gc, x, y, cx, cy); \
251 XFillPolygon(g_display, g_backstore, g_gc, p, np, Complex, CoordModePrevious); \
263 XDrawArc(g_display, g_backstore, g_gc, x, y, cx, cy, 0, 360*64); \
269 XFillArc(g_display, g_backstore, g_gc, x, y, cx, cy, 0, 360*64); \
2053 if ((g_ownbackstore) && (g_backstore == 0))
2055 g_backstore = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth);
2059 XFillRectangle(g_display, g_backstore, g_gc, 0, 0, g_width, g_height);
2163 if (g_backstore != 0)
2168 XCopyArea(g_display, g_backstore, bs, g_gc, 0, 0, g_width, g_height, 0, 0);
2169 XFreePixmap(g_display, g_backstore);
2170 g_backstore = bs;
2189 if (g_backstore)
2191 XFreePixmap(g_display, g_backstore);
2192 g_backstore = 0;
2541 XCopyArea(g_display, g_backstore, xevent.xexpose.window,
2552 XCopyArea(g_display, g_backstore,
2815 XPutImage(g_display, g_backstore, g_gc, image, 0, 0, x, y, cx, cy);
2816 XCopyArea(g_display, g_backstore, g_wnd, g_gc, x, y, cx, cy, x, y);
2818 (g_display, g_backstore, sw->wnd, g_gc, x, y, cx, cy,
3280 XCopyArea(g_display, g_backstore, g_wnd, g_gc, x, y, cx, cy, x, y);
3282 (g_display, g_ownbackstore ? g_backstore : g_wnd, sw->wnd, g_gc,
3294 XCopyArea(g_display, g_Unobscured ? g_wnd : g_backstore,
3296 XCopyArea(g_display, g_backstore, g_backstore, g_gc, srcx, srcy, cx, cy, x, y);
3304 (g_display, g_ownbackstore ? g_backstore : g_wnd,
3321 XCopyArea(g_display, (Pixmap) src, g_backstore, g_gc, srcx, srcy, cx, cy, x, y);
3370 XDrawLine(g_display, g_backstore, g_gc, startx, starty, endx, endy);
3491 XDrawLines(g_display, g_backstore, g_gc, (XPoint *) points, npoints,
3745 XCopyArea(g_display, g_backstore, g_wnd, g_gc, boxx,
3748 (g_display, g_backstore, sw->wnd, g_gc,
3755 XCopyArea(g_display, g_backstore, g_wnd, g_gc, clipx,
3758 (g_display, g_backstore, sw->wnd, g_gc,
3774 image = XGetImage(g_display, g_backstore, x, y, cx, cy, AllPlanes, ZPixmap);
3808 XPutImage(g_display, g_backstore, g_gc, image, 0, 0, x, y, cx, cy);
3809 XCopyArea(g_display, g_backstore, g_wnd, g_gc, x, y, cx, cy, x, y);
3811 (g_display, g_backstore, sw->wnd, g_gc,
4420 XCopyArea(g_display, g_backstore,