Home
last modified time | relevance | path

Searched refs:justCoalesce (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-simplify.cpp34 path_simplify(SPItem *item, float threshold, bool justCoalesce, double size) in path_simplify() argument
42 pathsSimplified += path_simplify(item, threshold, justCoalesce, size); in path_simplify()
85 if ( justCoalesce ) { in path_simplify()
H A Dpath-object-set.cpp95 bool justCoalesce = prefs->getBool( "/options/simplifyjustcoalesce/value", false); in simplifyPaths() local
134 pathsSimplified += path_simplify(item, threshold, justCoalesce, size); in simplifyPaths()
H A Dpath-simplify.h15 int path_simplify(SPItem *item, float threshold, bool justCoalesce, double size);