Searched defs:get_positions (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | filletchamferpointarray.cpp | 414 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); 447 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); 489 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths); 540 std::pair<std::size_t, std::size_t> FilletChamferPointArrayParam::get_positions(int index, Geom::PathVector subpaths) function in class:Inkscape::LivePathEffect::FilletChamferPointArrayParam 803 std::pair<std::size_t, std::size_t> positions = _pparam->get_positions(_index, subpaths);
|
Completed in 246 milliseconds