Searched defs:f1 (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2418 float f1, f2, f3, f4; local
2435 &f1, &f2, &f3, &success);
2437 csb->csb.current_color.red = f1;
2448 &f1, &f2, &f3, &f4, &success);
2450 csb->csb.current_color.cyan = f1;
2461 &f1, &f2, &f3, &success);
2463 csb->csb.current_color.hue = f1;
2471 &f1, &success);
2472 if (success) csb->csb.current_color.gray = f1;
2479 &f1,
[all...]
H A DFontSB.c2614 FontRec *f = 0, *f1; local
2626 for (f1 = ff->fonts; f1 != NULL; f1 = f1->next) {
2627 if (f1 == fsb->fsb.currently_previewed) {
2636 for (f1 = ff->fonts; f1 != NULL && f1->next != f; f1
[all...]

Completed in 40 milliseconds