Searched defs:inlayer (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | selection-chemistry.cpp | 619 PrefsSelectionContext inlayer = (PrefsSelectionContext) prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER); local 631 inlayer = PREFS_SELECTION_ALL; 633 switch (inlayer) { 2364 bool only_in_viewport, PrefsSelectionContext inlayer, bool onlyvisible, bool onlysensitive) 2375 found = next_item<D>(desktop, path->next, object, only_in_viewport, inlayer, onlyvisible, onlysensitive); 2385 if (PREFS_SELECTION_LAYER != inlayer) { // recurse into sublayers 2386 found = next_item<D>(desktop, NULL, object, only_in_viewport, inlayer, onlyvisible, onlysensitive); 2410 SPObject *root, bool only_in_viewport, PrefsSelectionContext inlayer, bool onlyvisible, bool onlysensitive) 2431 next = next_item<D>(desktop, path, root, only_in_viewport, inlayer, onlyvisibl 2363 next_item(SPDesktop *desktop, GSList *path, SPObject *root, bool only_in_viewport, PrefsSelectionContext inlayer, bool onlyvisible, bool onlysensitive) argument 2409 next_item_from_list(SPDesktop *desktop, std::vector<SPItem*> const &items, SPObject *root, bool only_in_viewport, PrefsSelectionContext inlayer, bool onlyvisible, bool onlysensitive) argument 2448 PrefsSelectionContext inlayer = (PrefsSelectionContext)prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER); local 2478 PrefsSelectionContext inlayer = (PrefsSelectionContext) prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER); local [all...] |
Completed in 31 milliseconds