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

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.h 73 ULONG fRefCount;
  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.h 73 ULONG fRefCount;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 32 sk_atomic_dec(&fRefCount);
41 int32_t fRefCount;
  /external/skia/src/core/
SkBitmapHeap.h 32 sk_atomic_dec(&fRefCount);
41 int32_t fRefCount;
  /external/chromium_org/third_party/icu/source/common/
rbbidata.h 184 u_atomic_int32_t fRefCount;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 245 u_atomic_int32_t fRefCount;
  /external/icu/icu4c/source/common/
rbbidata.h 184 u_atomic_int32_t fRefCount;
  /external/icu/icu4c/source/i18n/
uspoof_impl.h 245 u_atomic_int32_t fRefCount;
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 289 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
376 return InterlockedIncrement(&fRefCount);
380 ULONG newCount = InterlockedDecrement(&fRefCount);
405 ULONG fRefCount;
SkFontMgr_win_dw.cpp 48 StreamFontFileLoader(SkStream* stream) : fRefCount(1), fStream(SkRef(stream)) { }
51 ULONG fRefCount;
66 return InterlockedIncrement(&fRefCount);
70 ULONG newCount = InterlockedDecrement(&fRefCount);
113 ULONG fRefCount;
123 : fRefCount(1)
142 return InterlockedIncrement(&fRefCount);
146 ULONG newCount = InterlockedDecrement(&fRefCount);
208 : fRefCount(1)
213 ULONG fRefCount;
    [all...]
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 289 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
376 return InterlockedIncrement(&fRefCount);
380 ULONG newCount = InterlockedDecrement(&fRefCount);
405 ULONG fRefCount;
SkFontMgr_win_dw.cpp 48 StreamFontFileLoader(SkStream* stream) : fRefCount(1), fStream(SkRef(stream)) { }
51 ULONG fRefCount;
66 return InterlockedIncrement(&fRefCount);
70 ULONG newCount = InterlockedDecrement(&fRefCount);
113 ULONG fRefCount;
123 : fRefCount(1)
142 return InterlockedIncrement(&fRefCount);
146 ULONG newCount = InterlockedDecrement(&fRefCount);
208 : fRefCount(1)
213 ULONG fRefCount;
    [all...]

Completed in 367 milliseconds