Lines Matching refs:fRefCount
60 : fStream(std::move(stream)), fRefCount(1)
65 ULONG fRefCount;
80 return InterlockedIncrement(&fRefCount);
84 ULONG newCount = InterlockedDecrement(&fRefCount);
127 ULONG fRefCount;
137 : fRefCount(1)
156 return InterlockedIncrement(&fRefCount);
160 ULONG newCount = InterlockedDecrement(&fRefCount);
222 : fRefCount(1)
227 ULONG fRefCount;
243 return InterlockedIncrement(&fRefCount);
247 ULONG newCount = InterlockedDecrement(&fRefCount);
591 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character), fResolvedTypeface(nullptr) {
609 return InterlockedIncrement(&fRefCount);
613 ULONG newCount = InterlockedDecrement(&fRefCount);
716 ULONG fRefCount;
727 : fRefCount(1)
748 return InterlockedIncrement(&fRefCount);
752 ULONG newCount = InterlockedDecrement(&fRefCount);
816 ULONG fRefCount;