Home
last modified time | relevance | path

Searched refs:stitch_to (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A Dtest-path.py199 half_hexagon.stitch_to(half_hexagon(0))
H A D_cy_path.pyx448 def stitch_to(self, cy_Point p): member in cy_Path
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A Dtest-path.py199 half_hexagon.stitch_to(half_hexagon(0))
H A D_cy_path.pyx448 def stitch_to(self, cy_Point p): member in cy_Path
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpath.cpp805 Point stitch_to = p_from ? *p_from : pointAt(ival.from()); in appendPortionTo() local
806 target.stitchTo(stitch_to); in appendPortionTo()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath.cpp805 Point stitch_to = p_from ? *p_from : pointAt(ival.from()); in appendPortionTo() local
806 target.stitchTo(stitch_to); in appendPortionTo()