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

/inkscape/share/extensions/
H A Dinkweb.js170 var startPos = el.getBBox();
171 conf.xInc = ( conf.x - startPos.x ) / conf.steps;
172 conf.yInc = ( conf.y - startPos.y ) / conf.steps;
/inkscape/src/trace/
H A Dsiox.h601 int depthFirstSearch(int startPos, float threshold, int curLabel);
H A Dsiox.cpp1404 int Siox::depthFirstSearch(int startPos,
1410 //trace("startPos:%d threshold:%f curLabel:%d",
1411 // startPos, threshold, curLabel);
1416 if (labelField[startPos]==-1 && cm[startPos]>=threshold)
1418 labelField[startPos] = curLabel;
1420 pixelsToVisit.push_back(startPos);
/inkscape/src/ui/dialog/
H A Dglyphs.cpp631 int startPos = 0; local
633 if (entry->get_selection_bounds(startPos, endPos)) {
635 entry->delete_text(startPos, endPos);
637 startPos = entry->get_position();
638 entry->insert_text(tmp, -1, startPos);
639 entry->set_position(startPos);

Completed in 26 milliseconds