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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 20 , fRefCount(0)
25 SkASSERT(0 == fRefCount);
29 if (0 == fRefCount) {
33 fRefCount = count;
35 sk_atomic_add(&fRefCount, count);
169 if (heapEntry->fRefCount > 0) {
197 if (heapEntry->fRefCount > 0) {
SkBitmapHeap.h 32 sk_atomic_dec(&fRefCount);
41 int32_t fRefCount;
  /external/skia/src/core/
SkBitmapHeap.cpp 20 , fRefCount(0)
25 SkASSERT(0 == fRefCount);
29 if (0 == fRefCount) {
33 fRefCount = count;
35 sk_atomic_add(&fRefCount, count);
169 if (heapEntry->fRefCount > 0) {
197 if (heapEntry->fRefCount > 0) {
SkBitmapHeap.h 32 sk_atomic_dec(&fRefCount);
41 int32_t fRefCount;
  /external/chromium_org/third_party/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 72 ULONG fRefCount;
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.cpp 145 : fRefCount(1), fStream(SkRef(stream)) {
160 return InterlockedIncrement(&fRefCount);
164 ULONG newCount = InterlockedDecrement(&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 72 ULONG fRefCount;
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.cpp 145 : fRefCount(1), fStream(SkRef(stream)) {
160 return InterlockedIncrement(&fRefCount);
164 ULONG newCount = InterlockedDecrement(&fRefCount);
  /external/chromium_org/third_party/icu/source/common/
rbbidata.cpp 122 fRefCount = 1;
137 U_ASSERT(fRefCount == 0);
184 if (umtx_atomic_dec(&fRefCount) == 0) {
191 umtx_atomic_inc(&fRefCount);
rbbidata.h 183 int32_t fRefCount;
  /external/icu4c/common/
rbbidata.cpp 122 fRefCount = 1;
137 U_ASSERT(fRefCount == 0);
184 if (umtx_atomic_dec(&fRefCount) == 0) {
191 umtx_atomic_inc(&fRefCount);
rbbidata.h 183 int32_t fRefCount;
  /external/skia/tests/
BitmapHeapTest.cpp 36 return entry->fRefCount;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 314 int32_t fRefCount;
uspoof_impl.cpp 523 fRefCount = 1;
554 fRefCount = 1;
633 if (umtx_atomic_dec(&fRefCount) == 0) {
640 umtx_atomic_inc(&fRefCount);
zstrfmt.h 494 int32_t fRefCount;
zstrfmt.cpp     [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 544 fRefCount = 1;
575 fRefCount = 1;
654 if (umtx_atomic_dec(&fRefCount) == 0) {
661 umtx_atomic_inc(&fRefCount);
uspoof_impl.h 245 int32_t fRefCount;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 233 StreamFontFileLoader(SkStream* stream) : fRefCount(1), fStream(SkRef(stream)) { }
235 ULONG fRefCount;
250 return InterlockedIncrement(&fRefCount);
254 ULONG newCount = InterlockedDecrement(&fRefCount);
293 ULONG fRefCount;
303 : fRefCount(1)
322 return InterlockedIncrement(&fRefCount);
326 ULONG newCount = InterlockedDecrement(&fRefCount);
386 : fRefCount(1)
390 ULONG fRefCount;
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 233 StreamFontFileLoader(SkStream* stream) : fRefCount(1), fStream(SkRef(stream)) { }
235 ULONG fRefCount;
250 return InterlockedIncrement(&fRefCount);
254 ULONG newCount = InterlockedDecrement(&fRefCount);
293 ULONG fRefCount;
303 : fRefCount(1)
322 return InterlockedIncrement(&fRefCount);
326 ULONG newCount = InterlockedDecrement(&fRefCount);
386 : fRefCount(1)
390 ULONG fRefCount;
    [all...]

Completed in 503 milliseconds