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

/inkscape/src/live_effects/
H A Dlpe-spiro.cpp84 bool this_is_line = is_straight_curve(*curve_it1); local
91 if (this_is_line && !next_is_line) {
93 } else if (next_is_line && !this_is_line) {
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp163 bool this_is_line = is_straight_curve((*path_it)[counterCurves - 1]); local
165 if (this_is_line || next_is_line) {
310 bool this_is_line = is_straight_curve((*path_it)[counterCurves - 1]); local
312 if (this_is_line || next_is_line) {

Completed in 168 milliseconds