Searched refs:invertGC (Results 1 – 7 of 7) sorted by relevance
/dports/games/xchomp/xchomp/ |
H A D | props.c | 90 XFillRectangle(display, map, invertGC, 0, 0, WIN_WIDTH, WIN_HEIGHT); in finish() 91 XFillRectangle(display, window, invertGC, 0, 0, WIN_WIDTH, WIN_HEIGHT); in finish()
|
H A D | xchomp.h | 91 EXTERN GC copyGC, orGC, clearGC, invertGC; variable
|
H A D | resources.c | 322 invertGC = XCreateGC(display, root, mask | GCPlaneMask, &gcv); in create_GCs()
|
/dports/astro/xtide/xtide-2.15.3/ |
H A D | xxX.hh | 73 extern GC invertGC;
|
H A D | xxGlobe.cc | 665 XDrawArc (xxX::display, globePixmap, xxX::invertGC, xBlast, yBlast, in blast() 673 XDrawArc (xxX::display, globePixmap, xxX::invertGC, xBlast, yBlast, in blast()
|
H A D | xxMap.cc | 464 XDrawArc (xxX::display, mapPixmap, xxX::invertGC, xBlast, yBlast, in blast() 470 XDrawArc (xxX::display, mapPixmap, xxX::invertGC, xBlast, yBlast, in blast()
|
H A D | xxX.cc | 55 xxX::invertGC=NULL, member in xxX 368 invertGC = XCreateGC (display, tempDrawable, GCFunction, &gcv); in installColors()
|