Searched defs:_refcount (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/display/ | ||
H A D | curve.h | 83 size_t _refcount; member in class:SPCurve |
/inkscape/src/ | ||
H A D | uri.h | 146 int _refcount; member in class:Inkscape::URI::Impl |
H A D | sp-filter.h | 59 guint _refcount; member in class:SPFilter |
H A D | style.h | 61 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