Home
last modified time | relevance | path

Searched refs:invertGC (Results 1 – 7 of 7) sorted by relevance

/dports/games/xchomp/xchomp/
H A Dprops.c90 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 Dxchomp.h91 EXTERN GC copyGC, orGC, clearGC, invertGC; variable
H A Dresources.c322 invertGC = XCreateGC(display, root, mask | GCPlaneMask, &gcv); in create_GCs()
/dports/astro/xtide/xtide-2.15.3/
H A DxxX.hh73 extern GC invertGC;
H A DxxGlobe.cc665 XDrawArc (xxX::display, globePixmap, xxX::invertGC, xBlast, yBlast, in blast()
673 XDrawArc (xxX::display, globePixmap, xxX::invertGC, xBlast, yBlast, in blast()
H A DxxMap.cc464 XDrawArc (xxX::display, mapPixmap, xxX::invertGC, xBlast, yBlast, in blast()
470 XDrawArc (xxX::display, mapPixmap, xxX::invertGC, xBlast, yBlast, in blast()
H A DxxX.cc55 xxX::invertGC=NULL, member in xxX
368 invertGC = XCreateGC (display, tempDrawable, GCFunction, &gcv); in installColors()