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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c112 static GC g_gc = NULL; variable
208 XSetClipRectangles(g_display, g_gc, 0, 0, &rect, 1, YXBanded); \
211 XSetClipRectangles(g_display, g_gc, 0, 0, &g_clip_rectangle, 1, YXBanded); \
219 XFillPolygon(g_display, d, g_gc, points, npoints, Complex, CoordModePrevious);
229 XDrawLines(g_display, d, g_gc, points, npoints, CoordModePrevious);
236 XFillRectangle(g_display, g_wnd, g_gc, x, y, cx, cy); \
237 ON_ALL_SEAMLESS_WINDOWS(XFillRectangle, (g_display, sw->wnd, g_gc, x-sw->xoffset, y-sw->yoffset, cx, cy)); \
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); \
249 XFillPolygon(g_display, g_wnd, g_gc,
[all...]

Completed in 65 milliseconds