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

/inkscape/src/svg/
H A Dpath-string.h47 final.reserve(commonbase.size()+t.size());
48 final = commonbase;
59 return commonbase + tail();
238 std::string commonbase; member in class:Inkscape::SVG::PathString
H A Dpath-string.cpp41 // For optimized path, at a switch between absolute and relative, add tail to commonbase.
61 commonbase += _rel_state.str;
74 commonbase += _abs_state.str;

Completed in 279 milliseconds