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

/inkscape/src/ui/widget/
H A Dcolor-slider.cpp567 guint bg, fc; local
570 fc = (cr - bg) * ca;
571 d[0] = bg + ((fc + (fc >> 8) + 0x80) >> 8);
572 fc = (cg - bg) * ca;
573 d[1] = bg + ((fc + (fc >> 8) + 0x80) >> 8);
574 fc = (cb - bg) * ca;
575 d[2] = bg + ((fc + (fc >>
617 guint bg, fc; local
[all...]
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl133 foreach var {cc objc cxx fc f77 f90} {

Completed in 18 milliseconds