Searched refs:ref_count (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-stylesheet.c145 a_this->ref_count++;
153 if (a_this->ref_count)
154 a_this->ref_count--;
156 if (!a_this->ref_count) {
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.c79 result->ref_count++;
214 a_this->ref_count++;
231 if (a_this->ref_count > 0) {
232 a_this->ref_count--;
235 if (a_this->ref_count == 0) {
H A Dcr-stylesheet.h82 gulong ref_count ; member in struct:_CRStyleSheet
H A Dcr-selector.c219 a_this->ref_count++;
240 if (a_this->ref_count) {
241 a_this->ref_count--;
244 if (a_this->ref_count == 0) {
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-term.h131 glong ref_count ; member in struct:_CRTerm
H A Dcr-doc-handler.h272 gulong ref_count ; member in struct:_CRDocHandler
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-declaration.c736 a_this->ref_count++;
754 if (a_this->ref_count) {
755 a_this->ref_count--;
758 if (a_this->ref_count == 0) {
H A Dcr-style.h282 gulong ref_count ; member in struct:_CRStyle
H A Dcr-term.c742 a_this->ref_count++;
757 if (a_this->ref_count) {
758 a_this->ref_count--;
761 if (a_this->ref_count == 0) {
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) {
H A Dcr-style.c2249 a_this->ref_count++;
2267 if (a_this->ref_count)
2268 a_this->ref_count--;
2270 if (!a_this->ref_count) {
/inkscape/src/
H A Dknot.h46 int ref_count; // FIXME encapsulation member in class:SPKnot
H A Dknot.cpp55 knot->ref_count++;
59 if (--knot->ref_count < 1) {
68 : ref_count(1)
H A Dsp-object.cpp187 _addProperty("new-refcount", Util::format("%d", G_OBJECT(object)->ref_count + bias));
/inkscape/src/libgdl/
H A Dgdl-dock-object.h215 G_OBJECT (object)->ref_count, \

Completed in 95 milliseconds