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

/inkscape/src/
H A Dsp-object.h206 unsigned int _total_hrefcount; /* our hrefcount + total descendants */ member in class:SPObject
445 if ( _total_hrefcount == 0 ) {
453 bool isReferenced() { return ( _total_hrefcount > 0 ); }
650 * Adds increment to _total_hrefcount of object and its parents.
H A Dsp-object.cpp108 : cloned(0), uflags(0), mflags(0), hrefcount(0), _total_hrefcount(0),
281 iter->_total_hrefcount += increment;
282 if ( iter->_total_hrefcount < iter->hrefcount ) {
285 if ( iter->_total_hrefcount == 0 &&
513 this->_updateTotalHRefCount(object->_total_hrefcount);
601 this->_updateTotalHRefCount(-object->_total_hrefcount);

Completed in 48 milliseconds