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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c70 register uint_t white; local
162 /* Clear screen white */
164 white = ast_color(0xff, 0xff, 0xff);
166 ast_info.ast_width, ast_info.ast_height, white)) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c68 register uint_t white; local
157 /* Clear screen white */
159 white = efb_color(0xff, 0xff, 0xff);
165 efb_info.efb_width, efb_info.efb_height, white)) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c71 register uint_t white; local
176 /* Clear screen white */
178 white = mga_color(0xff, 0xff, 0xff);
180 mga_info.mga_width, mga_info.mga_height, white)) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c680 and 2 (black and white) for grays. This covers StaticGray, StaticColor,
851 a color cube. Check pairs of black and white cells trying to find
859 XColor *ramp, *black, *white, *altBlack, *altWhite; local
874 /* Find the white and black entries */
876 black = white = altBlack = altWhite = NULL;
885 if (white == NULL) white = ramp+i;
890 if (black == NULL || white == NULL) {
896 /* Look for cubes between pairs of black & white */
897 if (!CheckCube(black, white, colorCub
919 CheckCube( XColor *black, XColor *white, XStandardColormap *cube) argument
1088 XColor *ramp, *black, *white, *altBlack, *altWhite; local
1151 FindRampSize(XColor *black, XColor *white) argument
1176 SetRamp( XColor *black, XColor *white, int size, int *mult, unsigned long *base) argument
[all...]

Completed in 14 milliseconds