Searched defs:isLayer (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dlayer-model.cpp208 while ( object && object != root && !isLayer(object) ) {
220 bool LayerModel::isLayer(SPObject *object) const { function in class:Inkscape::LayerModel
H A Ddesktop.cpp591 bool SPDesktop::isLayer(SPObject *object) const function in class:SPDesktop
593 return layers->isLayer(object);

Completed in 111 milliseconds