Searched defs:ref_count (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-selector.h68 glong ref_count ; member in struct:_CRSelector
H A Dcr-declaration.h67 glong ref_count ; member in struct:_CRDeclaration
H A Dcr-stylesheet.h82 gulong ref_count ; member in struct:_CRStyleSheet
H A Dcr-cascade.c43 guint ref_count; member in struct:_CRCascadePriv
161 PRIVATE (a_this)->ref_count++;
179 if (PRIVATE (a_this)->ref_count)
180 PRIVATE (a_this)->ref_count--;
181 if (!PRIVATE (a_this)->ref_count) {
H A Dcr-doc-handler.h272 gulong ref_count ; member in struct:_CRDocHandler
H A Dcr-term.h131 glong ref_count ; member in struct:_CRTerm
H A Dcr-input.c75 guint ref_count; member in struct:_CRInputPriv
313 PRIVATE (a_this)->ref_count++;
331 if (PRIVATE (a_this)->ref_count) {
332 PRIVATE (a_this)->ref_count--;
335 if (PRIVATE (a_this)->ref_count == 0) {
H A Dcr-style.h282 gulong ref_count ; member in struct:_CRStyle
H A Dcr-tknzr.c60 glong ref_count; member in struct:_CRTknzrPriv
1656 PRIVATE (a_this)->ref_count++;
1664 if (PRIVATE (a_this)->ref_count > 0) {
1665 PRIVATE (a_this)->ref_count--;
1668 if (PRIVATE (a_this)->ref_count == 0) {
/inkscape/src/
H A Dknot.h46 int ref_count; // FIXME encapsulation member in class:SPKnot

Completed in 1359 milliseconds