Searched refs:SP_IS_ROOT (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsp-root.h23 #define SP_IS_ROOT(obj) (dynamic_cast<const SPRoot*>((SPObject*)obj) != NULL) macro
H A Dsp-use.cpp616 if( SP_IS_SYMBOL(this->child) || SP_IS_ROOT(this->child) ) {
H A Dsp-object.cpp1394 if (SP_IS_ROOT(object)) {
H A Dseltrans.cpp390 if( SP_IS_ROOT(&item) ) {
/inkscape/src/helper/
H A Dpng-write.cpp368 && !SP_IS_ROOT(o)
/inkscape/src/ui/dialog/
H A Dxml-tree.cpp512 SP_IS_ROOT(object) ) )
1169 g_assert(SP_IS_ROOT(child));
/inkscape/src/extension/internal/
H A Demf-print.cpp1017 if(!item || SP_IS_ROOT(item))break; // this will never be a clipping path

Completed in 166 milliseconds