Searched refs:startPos (Results 1 - 4 of 4) sorted by relevance
| /inkscape/share/extensions/ |
| H A D | inkweb.js | 170 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 D | siox.h | 601 int depthFirstSearch(int startPos, float threshold, int curLabel);
|
| H A D | siox.cpp | 1404 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 D | glyphs.cpp | 631 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 22 milliseconds