Searched refs:nr_of_allowed_users (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpeobject.cpp176 LivePathEffectObject *LivePathEffectObject::fork_private_if_necessary(unsigned int nr_of_allowed_users) argument
178 if (hrefcount > nr_of_allowed_users) {
H A Dlpeobject.h37 LivePathEffectObject * fork_private_if_necessary(unsigned int nr_of_allowed_users = 1);
/inkscape/src/
H A Dsp-lpe-item.h97 bool forkPathEffectsIfNecessary(unsigned int nr_of_allowed_users = 1);
H A Dsp-lpe-item.cpp908 bool SPLPEItem::forkPathEffectsIfNecessary(unsigned int nr_of_allowed_users) argument
918 // Therefore, nr_of_allowed_users should be increased with the number of clones (i.e. refs to the lpeitem)
919 nr_of_allowed_users += this->hrefcount;
927 LivePathEffectObject *forked_lpeobj = lpeobj->fork_private_if_necessary(nr_of_allowed_users);

Completed in 139 milliseconds