Searched defs:g_backstore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c165 static Pixmap g_backstore = 0; variable
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 !
[all...]

Completed in 42 milliseconds