Searched defs:_refcount (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dcurve.h83 size_t _refcount; member in class:SPCurve
/inkscape/src/
H A Duri.h146 int _refcount; member in class:Inkscape::URI::Impl
H A Dsp-filter.h59 guint _refcount; member in class:SPFilter
H A Dstyle.h61 int style_ref() { ++_refcount; return _refcount; }
62 int style_unref() { --_refcount; return _refcount; }
63 int refCount() { return _refcount; }
73 int _refcount; member in class:SPStyle

Completed in 184 milliseconds