Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-taperstroke.h38 Geom::PathVector doEffect_simplePath(Geom::PathVector const& path_in);
H A Dlpe-taperstroke.cpp257 pathv_out = doEffect_simplePath(path_in); in doEffect_path()
367 Geom::PathVector LPETaperStroke::doEffect_simplePath(Geom::PathVector const & path_in) in doEffect_simplePath() function in Inkscape::LivePathEffect::LPETaperStroke