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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c95 #define TO_PCT(val) ((int) (val * 100.0 + 0.5)) macro
934 sprintf(buf, "%d", TO_PCT(n));
1464 TO_PCT(csb->csb.current_color.red));
1466 TO_PCT(csb->csb.current_color.green));
1468 TO_PCT(csb->csb.current_color.blue));
1520 TO_PCT(csb->csb.current_color.cyan));
1522 TO_PCT(csb->csb.current_color.magenta));
1524 TO_PCT(csb->csb.current_color.yellow));
1526 TO_PCT(csb->csb.current_color.black));
1574 TO_PCT(cs
[all...]

Completed in 1142 milliseconds