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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp309 bool flipped = false; local
312 flipped = true;
319 // find the flatness-weighted bisector angle, unflip if a2 was flipped
321 double new_ang = a1 + (1 - this->flatness) * (a2 - a1) - (flipped? M_PI : 0);
611 // summed, to detect if we accidentally flipped to the other side of the
H A Deraser-tool.cpp257 bool flipped = false; local
260 flipped = true;
267 // find the flatness-weighted bisector angle, unflip if a2 was flipped
269 double new_ang = a1 + (1 - this->flatness) * (a2 - a1) - (flipped? M_PI : 0);

Completed in 20 milliseconds