Lines Matching refs:refcnt
79 if (--bits->refcnt > 0) in FreeCursorBits()
85 if (bits->refcnt == 0) { in FreeCursorBits()
134 cursor->refcnt++; in RefCursor()
142 cursor->refcnt--; in UnrefCursor()
149 return cursor ? cursor->refcnt : 0; in CursorRefCount()
263 pCurs->refcnt = 1; in AllocARGBCursor()
264 bits->refcnt = -1; in AllocARGBCursor()
366 bits->refcnt++; in AllocGlyphCursor()
426 bits->refcnt = -1; in AllocGlyphCursor()
428 bits->refcnt = 1; in AllocGlyphCursor()
435 sourcefont->refcnt++; in AllocGlyphCursor()
446 pCurs->refcnt = 1; in AllocGlyphCursor()