Searched defs:xc (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 201 int xb, yb, xc, yc; local 249 &clp, &xc, &yc, &wc, &hc)) && bdg) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 1908 XColor xc; local 1924 xc.red = xc.green = xc.blue = TO_X(csb->csb.current_color.gray); 1926 xc.red = TO_X(csb->csb.current_color.red); 1927 xc.green = TO_X(csb->csb.current_color.green); 1928 xc.blue = TO_X(csb->csb.current_color.blue); 1932 (void) XAllocColor(XtDisplay(patch), c, &xc); local 1933 csb->csb.background = xc.pixel; 1936 xc 1938 XStoreColor(XtDisplay(patch), c, &xc); local 2787 XColor xc; local 2826 XStoreColor(XtDisplay(csb), c, &xc); local [all...] |
Completed in 2505 milliseconds