Searched defs:next_item (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | text-editing.cpp | 631 SPObject *next_item = NULL; local 660 next_item = following_item; 664 next_item = new_parent_item->firstChild(); 666 if (next_item == NULL) { 667 next_item = new_parent_item; 696 return next_item; 821 SPObject *next_item; local 824 next_item = sub_item->getNext(); 825 if (next_item == NULL) { 826 next_item [all...] |
H A D | selection-chemistry.cpp | 2363 SPItem *next_item(SPDesktop *desktop, GSList *path, SPObject *root, function 2375 found = next_item<D>(desktop, path->next, object, only_in_viewport, inlayer, onlyvisible, onlysensitive); 2386 found = next_item<D>(desktop, NULL, object, only_in_viewport, inlayer, onlyvisible, onlysensitive); 2431 next = next_item<D>(desktop, path, root, only_in_viewport, inlayer, onlyvisible, onlysensitive); 2435 next = next_item<D>(desktop, NULL, root, only_in_viewport, inlayer, onlyvisible, onlysensitive);
|
Completed in 25 milliseconds