Searched defs:sizePaths (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp1365 static std::map<unsigned, Glib::ustring> sizePaths; variable
1369 if ( sizePaths.find(psize) == sizePaths.end() ) {
1371 sizePaths[psize] = tmp;
1375 return sizePaths[psize];

Completed in 18 milliseconds