Searched refs:sp_item_list_to_curves (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | path-chemistry.h | 35 bool sp_item_list_to_curves(const std::vector<SPItem*> &items, std::vector<SPItem*> &selected, std::vector<Inkscape::XML::Node*> &to_select, bool skip_all_lpeitems = false);
|
H A D | path-chemistry.cpp | 80 bool did = sp_item_list_to_curves(to_paths, items, converted); 311 did = sp_item_list_to_curves(items, selected, to_select); 343 sp_item_list_to_curves(items, selected, to_select, true); 350 sp_item_list_to_curves(const std::vector<SPItem*> &items, std::vector<SPItem*>& selected, std::vector<Inkscape::XML::Node*> &to_select, bool skip_all_lpeitems) function 400 if (sp_item_list_to_curves(item_list, item_selected, item_to_select))
|
H A D | main.cpp | 1217 sp_item_list_to_curves(items, selected, to_select);
|
/inkscape/src/ui/tools/ |
H A D | tweak-tool.cpp | 379 sp_item_list_to_curves (items, selected, to_select);
|
Completed in 25 milliseconds