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

/inkscape/src/widgets/
H A Dege-paint-def.cpp255 size_t namePos = colorTag.find("name="); local
256 if (namePos != std::string::npos) {
257 char quote = colorTag[namePos + 5];
258 endPos = colorTag.find(quote, namePos + 6);
259 descr = colorTag.substr(namePos + 6, endPos - (namePos + 6));

Completed in 18 milliseconds