Searched refs:gc2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/examples/ |
| H A D | simple.c | 16 GC gc1,gc2; local in function:ac_set 30 gc2 = XtGetGC(w, GCForeground, &values); 31 XmuDrawLogo(XtDisplay(w), XtWindow(w), gc1, gc2, 0,0, wi, hi ); 33 XtReleaseGC(w,gc2);
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | drawing.c | 30 GC gc1, gc2; local in function:draw_shaded_rectangle 36 gc2 = XCreateGC (dpy, window, GCForeground, &gcv); 66 XFillPolygon (dpy, window, gc2, points, 4, Convex, CoordModeOrigin); 76 XFillPolygon (dpy, window, gc2, points, 4, Convex, CoordModeOrigin); 79 XFreeGC (dpy, gc2);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 4164 GC gc2; local in function:xtermDrawBoxChar 4247 gc2 = getCgsGC(params->xw, cgsWin, cgsId); 4250 XFillRectangle(screen->display, VDrawable(screen), gc2, x, y, 4258 gc2 = getCgsGC(params->xw, cgsWin, cgsId); 4263 setXtermLineAttributes(screen->display, gc2, 4298 VDrawable(screen), gc2, 4311 VDrawable(screen), gc2, 4325 VDrawable(screen), gc2, 4341 VDrawable(screen), gc2, 4367 XSetClipRectangles(screen->display, gc2, [all...] |
Completed in 22 milliseconds