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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c117 * BLACK_AND_WHITE: 1 means only black and white colors are
1607 XColor *white, *black;
1736 * Make a GC with background = black and foreground = white.
1739 white = Tk_GetColor(masterPtr->interp, tkwin, "white");
1741 gcValues.foreground = (white != NULL)? white->pixel:
3864 * and white = 255), and we produce an XY-Bitmap.
1600 XColor *white, *black; local

Completed in 20 milliseconds