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

/inkscape/src/extension/implementation/
H A Dscript.cpp245 std::string::size_type pos2 = 0; local
250 pos2 = path.find(G_SEARCHPATH_SEPARATOR, pos);
251 if (pos2 == path.npos) {
255 localPath = path.substr(pos, pos2-pos);
256 pos = pos2+1;
/inkscape/src/ui/dialog/
H A Dcolor-item.cpp158 std::string::size_type pos2 = str.find( '(', pos ); local
159 if ( pos2 != std::string::npos ) {
160 std::string::size_type endPos = str.find( ')', pos2 );
162 dst = str.substr( pos2 + 1, (endPos - pos2 - 1) );
/inkscape/src/
H A Dbox3d.cpp897 int pos2 = -1; local
904 pos2 = i;
910 if ((pos1 != -1) && (pos2 != -1)){
912 z_orders[pos1] = z_orders[pos2];
913 z_orders[pos2] = tmp;
/inkscape/
H A Dbuildtool.cpp2196 std::size_t pos2 = path.find('/', pos); local
2197 if (pos2==path.npos)
2204 if (pos2>pos)
2206 String seg = path.substr(pos, pos2-pos);
2210 pos = pos2;
5325 int pos2 = getword(pos, val); local
5326 if (pos2 == pos)
5328 pos = pos2;
5353 std::size_t pos2 = version.find('.', pos); local
5354 if (pos2
[all...]

Completed in 199 milliseconds