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

/ast/src/lib/libtk/generic/
H A Dtk3d.c323 GC topGC = None, bottomGC = None;
338 topGC = bottomGC =
342 topGC = bottomGC =
347 bottomGC = borderPtr->darkGC;
351 bottomGC = borderPtr->lightGC;
354 topGC = bottomGC = borderPtr->bgGC;
391 (y < halfway) ? topGC : bottomGC, x1, y,
320 GC topGC = None, bottomGC = None; local

Completed in 10 milliseconds