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

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1215 std::string nodetype_string = nts_raw ? nts_raw : ""; local
1228 if (nodetype_len > nodetype_string.size()) {
1229 nodetype_string.append(nodetype_len - nodetype_string.size(), 'b');
1231 std::string::iterator tsi = nodetype_string.begin();

Completed in 18 milliseconds