/external/dng_sdk/source/ |
D | dng_ref_counted_block.cpp | 95 if (--blockHeader->fRefCount == 0) in Clear() 124 blockHeader->fRefCount++; in dng_ref_counted_block() 143 blockHeader->fRefCount++; in operator =() 167 if (possiblySharedHeader->fRefCount > 1) in EnsureWriteable() 178 possiblySharedHeader->fRefCount--; in EnsureWriteable()
|
D | dng_ref_counted_block.h | 44 uint32 fRefCount; member 50 , fRefCount (1) in header()
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 54 StreamFontFileLoader(SkStreamAsset* stream) : fStream(stream), fRefCount(1) { } in StreamFontFileLoader() 57 ULONG fRefCount; member in StreamFontFileLoader 72 return InterlockedIncrement(&fRefCount); in AddRef() 76 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 119 ULONG fRefCount; member in StreamFontFileEnumerator 129 : fRefCount(1) in StreamFontFileEnumerator() 148 return InterlockedIncrement(&fRefCount); in AddRef() 152 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 214 : fRefCount(1) in StreamFontCollectionLoader() 219 ULONG fRefCount; member in StreamFontCollectionLoader [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 230 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) { in FontFallbackRenderer() 317 return InterlockedIncrement(&fRefCount); in AddRef() 321 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() 346 ULONG fRefCount; member in SkRemotableFontMgr_DirectWrite::FontFallbackRenderer
|
/external/mesa3d/src/hgl/ |
D | GLRenderer.cpp | 17 fRefCount(1), in BGLRenderer() 34 atomic_add(&fRefCount, 1); in Acquire() 41 if (atomic_add(&fRefCount, -1) < 1) in Release()
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 18 SkDWriteGeometrySink::SkDWriteGeometrySink(SkPath* path) : fRefCount(1), fPath(path) { } in SkDWriteGeometrySink() 37 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in AddRef() 41 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
|
D | SkDWriteFontFileStream.cpp | 149 : fRefCount(1), fStream(stream) { in SkDWriteFontFileStreamWrapper() 164 return InterlockedIncrement(&fRefCount); in AddRef() 168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
|
D | SkDWriteGeometrySink.h | 20 LONG fRefCount;
|
D | SkDWriteFontFileStream.h | 75 ULONG fRefCount; variable
|
/external/mesa3d/include/HaikuGL/ |
D | GLRenderer.h | 50 inline int32 ReferenceCount() const { return fRefCount; }; in ReferenceCount() 64 int32 fRefCount; // How much we're still useful variable
|
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 102 fRefCount = 0; in init0() 152 fRefCount = 1; in init() 167 U_ASSERT(fRefCount == 0); in ~RBBIDataWrapper() 214 if (umtx_atomic_dec(&fRefCount) == 0) { in removeReference() 221 umtx_atomic_inc(&fRefCount); in addReference()
|
D | rbbidata.h | 187 u_atomic_int32_t fRefCount;
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 642 fRefCount = 1; in reset() 696 if (umtx_atomic_dec(&fRefCount) == 0) { in removeReference() 703 umtx_atomic_inc(&fRefCount); in addReference()
|
D | uspoof_impl.h | 279 u_atomic_int32_t fRefCount; variable
|