Lines Matching refs:fRefCount
60 : fStream(std::move(stream)), fRefCount(1) in StreamFontFileLoader()
65 ULONG fRefCount; member in StreamFontFileLoader
80 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
84 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
127 ULONG fRefCount; member in StreamFontFileEnumerator
137 : fRefCount(1) in StreamFontFileEnumerator()
156 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
160 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
222 : fRefCount(1) in StreamFontCollectionLoader()
227 ULONG fRefCount; member in StreamFontCollectionLoader
243 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
247 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
530 … : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character), fResolvedTypeface(nullptr) { in FontFallbackRenderer()
548 return InterlockedIncrement(&fRefCount); in AddRef()
552 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
651 ULONG fRefCount; member in FontFallbackRenderer
661 : fRefCount(1) in FontFallbackSource()
682 return InterlockedIncrement(&fRefCount); in AddRef()
686 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
750 ULONG fRefCount; member in FontFallbackSource