Searched refs:sp_desktop_query_style_from_list (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/ |
| H A D | desktop-style.h | 86 int sp_desktop_query_style_from_list (const std::vector<SPItem*> &list, SPStyle *style, int property);
|
| H A D | desktop-style.cpp | 1858 sp_desktop_query_style_from_list (const std::vector<SPItem*> &list, SPStyle *style, int property) function 1920 return sp_desktop_query_style_from_list (desktop->selection->itemList(), style, property);
|
| /inkscape/src/ui/widget/ |
| H A D | style-subject.cpp | 155 return sp_desktop_query_style_from_list(list, query, property);
|
| /inkscape/src/ui/tools/ |
| H A D | text-tool.cpp | 1493 int result = sp_desktop_query_style_from_list (styles_list, style, property);
|
Completed in 34 milliseconds