Home
last modified time | relevance | path

Searched refs:gc_copy_andinv (Results 1 – 4 of 4) sorted by relevance

/dports/x11-clocks/eyeclock/eyeclock-2.0/
H A DNumber.c211 nw->number.gc_copy_andinv = XCreateGC(d, DefaultRootWindow(d), 0, 0); in Initialize()
216 XSetFunction(d, nw->number.gc_copy_andinv, GXandInverted); in Initialize()
230 nw->number.gc_copy_andinv, in Initialize()
269 if (nw->number.gc_copy_andinv) { in Destroy()
270 XFreeGC(d, nw->number.gc_copy_andinv); in Destroy()
271 nw->number.gc_copy_andinv = 0; in Destroy()
H A DEye.c243 ew->eye.gc_copy_andinv = XCreateGC(d, DefaultRootWindow(d), 0, 0); in Initialize()
251 XSetFunction(d, ew->eye.gc_copy_andinv, GXandInverted); in Initialize()
266 ew->eye.gc_copy_andinv, in Initialize()
282 ew->eye.gc_copy_andinv, in Initialize()
334 if (ew->eye.gc_copy_andinv) { in Destroy()
335 XFreeGC(d, ew->eye.gc_copy_andinv); in Destroy()
336 ew->eye.gc_copy_andinv = 0; in Destroy()
591 ew->eye.gc_copy_andinv, 0, 0, eye_w, eye_h, 0, 0); in EyeDraw()
H A DNumberP.h87 GC gc_copy_and, gc_copy_or, gc_copy_andinv; member
H A DEyeP.h98 GC gc_copy_copy, gc_copy_and, gc_copy_or, gc_copy_andinv; member