HomeSort by relevance Sort by last modified time
    Searched refs:fRefCount (Results 1 - 13 of 13) sorted by null

  /external/skia/src/core/
SkBitmapHeap.cpp 18 , fRefCount(0)
23 SkASSERT(0 == fRefCount);
27 if (0 == fRefCount) {
31 fRefCount = count;
33 sk_atomic_add(&fRefCount, count);
162 if (heapEntry->fRefCount > 0) {
190 if (heapEntry->fRefCount > 0) {
SkBitmapHeap.h 31 sk_atomic_dec(&fRefCount);
40 int32_t fRefCount;
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 54 StreamFontFileLoader(SkStreamAsset* stream) : fRefCount(1), fStream(stream) { }
57 ULONG fRefCount;
72 return InterlockedIncrement(&fRefCount);
76 ULONG newCount = InterlockedDecrement(&fRefCount);
119 ULONG fRefCount;
129 : fRefCount(1)
148 return InterlockedIncrement(&fRefCount);
152 ULONG newCount = InterlockedDecrement(&fRefCount);
214 : fRefCount(1)
219 ULONG fRefCount;
    [all...]
SkRemotableFontMgr_win_dw.cpp 268 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
355 return InterlockedIncrement(&fRefCount);
359 ULONG newCount = InterlockedDecrement(&fRefCount);
384 ULONG fRefCount;
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 17 SkDWriteGeometrySink::SkDWriteGeometrySink(SkPath* path) : fRefCount(1), fPath(path) { }
36 return static_cast<ULONG>(InterlockedIncrement(&fRefCount));
40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount));
SkDWriteFontFileStream.h 75 ULONG fRefCount;
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.cpp 147 : fRefCount(1), fStream(stream) {
162 return InterlockedIncrement(&fRefCount);
166 ULONG newCount = InterlockedDecrement(&fRefCount);
  /external/icu/icu4c/source/common/
rbbidata.h 185 u_atomic_int32_t fRefCount;
rbbidata.cpp 100 fRefCount = 0;
150 fRefCount = 1;
165 U_ASSERT(fRefCount == 0);
212 if (umtx_atomic_dec(&fRefCount) == 0) {
219 umtx_atomic_inc(&fRefCount);
  /external/skia/tests/
BitmapHeapTest.cpp 41 return entry->fRefCount;
  /external/icu/icu4c/source/i18n/
uspoof_impl.h 245 u_atomic_int32_t fRefCount;
uspoof_impl.cpp 570 fRefCount = 1;
601 fRefCount = 1;
680 if (umtx_atomic_dec(&fRefCount) == 0) {
687 umtx_atomic_inc(&fRefCount);

Completed in 3641 milliseconds