Home
last modified time | relevance | path

Searched refs:last_beyond_closing_segment (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpath.cpp968 bool last_beyond_closing_segment = (last == _data->curves.end()); in do_update() local
976 …>curves.begin()) || (!_closed && last == _data->curves.end() - 1) || last_beyond_closing_segment) { in do_update()
1007 if ((!_closed && last == _data->curves.end() - 1) || last_beyond_closing_segment) { in do_update()
1019 if (last_beyond_closing_segment) { in do_update()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath.cpp968 bool last_beyond_closing_segment = (last == _data->curves.end()); in do_update() local
976 …>curves.begin()) || (!_closed && last == _data->curves.end() - 1) || last_beyond_closing_segment) { in do_update()
1007 if ((!_closed && last == _data->curves.end() - 1) || last_beyond_closing_segment) { in do_update()
1019 if (last_beyond_closing_segment) { in do_update()