Searched refs:objs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-conn-end.cpp32 get_nearest_common_ancestor(SPObject const *const obj, SPItem const *const objs[2]) { argument
35 if ( objs[i] != NULL ) {
36 anc_sofar = anc_sofar->nearestCommonAncestor(objs[i]);
H A Dselection.h157 * @param objs the objects to select
159 void setList(std::vector<SPItem*> const &objs);
164 * @param objs the objects to select
166 void addList(std::vector<SPItem*> const &objs);

Completed in 63 milliseconds