Searched refs:positions (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp414 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); local
416 if(positions.second != 0){
419 if(!subpaths[positions.first].closed()){
447 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); local
452 Geom::Curve * B = subpaths[positions.first][positions.second].duplicate();
454 if(positions.second != 0){
455 A = subpaths[positions.first][positions.second-1].duplicate();
458 if(!subpaths[positions
489 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); local
803 std::pair<std::size_t, std::size_t> positions = _pparam->get_positions(_index, subpaths); local
[all...]
/inkscape/src/display/
H A Dsp-canvas-item.h119 void sp_canvas_item_raise(SPCanvasItem *item, int positions);
121 void sp_canvas_item_lower(SPCanvasItem *item, int positions);
H A Dsp-canvas.cpp441 * Raises the item in its parent's stack by the specified number of positions.
444 * @param positions Number of steps to raise the item.
446 * If the number of positions is greater than the distance to the top of the
449 void sp_canvas_item_raise(SPCanvasItem *item, int positions) argument
453 g_return_if_fail (positions >= 0);
455 if (!item->parent || positions == 0) {
463 for (int i=0; i<=positions && l != parent->items.end(); ++i)
489 * Lowers the item in its parent's stack by the specified number of positions.
492 * @param positions Number of steps to lower the item.
494 * If the number of positions i
497 sp_canvas_item_lower(SPCanvasItem *item, int positions) argument
[all...]
/inkscape/src/
H A Duri-references.cpp76 std::vector<int> positions; local
84 positions.push_back(position);
95 for (int i = positions.size() - 2; i >= 0; i--)
96 owner = owner->childList(false)[positions[i]];
/inkscape/src/ui/tools/
H A Dnode-tool.cpp673 std::vector<Geom::Point> positions; local
677 positions.push_back(n->position());
680 g_assert(positions.size() == 2);
681 const double angle = Geom::deg_from_rad(Geom::Line(positions[0], positions[1]).angle());
/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp419 std::pair<std::size_t, std::size_t> positions = fillet_chamfer_values.get_positions(counter, original_pathv); local
421 if (positions.second == 0) {

Completed in 177 milliseconds