Searched refs:black (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c69 register uint_t black; local
98 /* Clear screen black */
100 black = ast_color(0x00, 0x00, 0x00);
102 ast_info.ast_width, ast_info.ast_height, black)) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c67 register uint_t black; local
93 * Clear screen black
95 black = efb_color(0x00, 0x00, 0x00);
97 efb_info.efb_width, efb_info.efb_height, black)) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c70 register uint_t black; local
104 /* Clear screen black */
106 black = mga_color(0x00, 0x00, 0x00);
108 mga_info.mga_width, mga_info.mga_height, black)) {
/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;
881 if (black == NULL) black = ramp+i;
890 if (black == NULL || white == NULL) {
896 /* Look for cubes between pairs of black & white */
897 if (!CheckCube(black, whit
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...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DColorSB.h142 float cyan, magenta, yellow, black; member in struct:__anon186
H A DColorSBP.h47 float cyan, magenta, yellow, black; member in struct:__anon187
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DCSBwraps.psw148 double cyan, magenta, yellow, black;
156 steps div cyan magenta yellow black 5 -1 roll func setcmykcolor
280 double pct, cyan, magenta, yellow, black; |
284 cyan magenta yellow black pct func
H A DColorSB.c827 rec->black = csb->csb.current_color.black;
1526 TO_PCT(csb->csb.current_color.black));
1530 ChangeLabel(csb->csb.value_child[3], csb->csb.current_color.black);
1676 csb->csb.current_color.black = 0.0;
1772 csb->csb.current_color.black);
1775 csb->csb.current_color.black);
1778 csb->csb.current_color.black);
1799 csb->csb.current_color.black = 1.0 - csb->csb.current_color.gray;
1898 csb->csb.current_color.black
2071 float cyan, magenta, yellow, black; local
2530 XColor black, fg; local
2609 XColor fg, black; local
2691 XColor black, fg; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c94 int blank, black, burst; member in struct:video_levels
232 .blank = 225, .black = 267, .burst = 113,
242 .blank = 266, .black = 316, .burst = 133,
252 .blank = 225, .black = 225, .burst = 113,
262 .blank = 266, .black = 266, .burst = 133,
272 .blank = 237, .black = 237, .burst = 118,
282 .blank = 280, .black = 280, .burst = 139,
292 .blank = 225, .black = 267, .burst = 113,
302 .blank = 266, .black = 316, .burst = 133,
312 .blank = 225, .black
[all...]

Completed in 30 milliseconds