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_()
591 … : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character), fResolvedTypeface(nullptr) { in FontFallbackRenderer()
609 return InterlockedIncrement(&fRefCount); in AddRef()
613 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
716 ULONG fRefCount; member in FontFallbackRenderer
727 : fRefCount(1) in FontFallbackSource()
748 return InterlockedIncrement(&fRefCount); in AddRef()
752 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
816 ULONG fRefCount; member in FontFallbackSource