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

/inkscape/src/
H A Dsp-gradient.cpp132 bool effective = true; local
133 while (effective && (as && bs)) {
136 effective = false;
144 if (!effective) break;
786 * Returns the effective spread of given gradient (climbing up the refs chain if needed).
799 * Returns the effective units of given gradient (climbing up the refs chain if needed).
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp168 double effective = baseAngle + (angle / 2); local
170 where *= Geom::Affine(Geom::Rotate(effective)) * Geom::Affine(Geom::Translate(startPoint));

Completed in 26 milliseconds