Searched refs:gray (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | psgsttops.psw | 50 defineps PScurrentgray( | float *gray) 51 currentgray gray 154 defineps PSsetgray(float gray) 155 gray setgray
|
H A D | dpsgsttops.psw | 50 defineps DPScurrentgray(DPSContext ctxt | float *gray) 51 currentgray gray 154 defineps DPSsetgray(DPSContext ctxt; float gray) 155 gray setgray
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | ColorSB.h | 144 float gray; member in struct:__anon186
|
H A D | ColorSBP.h | 49 float gray; member in struct:__anon187
|
H A D | dpsclient.h | 367 extern void DPSsetgray(DPSContext ctxt, double gray);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | CSBwraps.psw | 184 double gray; double width, height; 191 steps div gray exch func setgray 300 double pct, gray; | 303 gray pct func
|
H A D | ColorSB.c | 429 else if (strcmp(lower, "gray") == 0) c = CSBSpaceGray; 831 rec->gray = csb->csb.current_color.gray; 951 kids[3] = XmCreatePushButtonGadget(parent, "gray", (ArgList) NULL, 0); 1630 TO_PCT(csb->csb.current_color.gray)); 1631 ChangeLabel(csb->csb.value_child[0], csb->csb.current_color.gray); 1641 Widget gray; local 1648 gray = XtNameToWidget((Widget) csb, "*gray"); 1650 XtVaSetValues(csb->csb.model_option_menu_child, XmNmenuHistory, gray, NUL [all...] |
Completed in 50 milliseconds