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

  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 20 LONG fRefCount;
SkDWriteFontFileStream.h 75 ULONG fRefCount;
  /external/dng_sdk/source/
dng_ref_counted_block.h 44 uint32 fRefCount;
50 , fRefCount (1)
  /external/skia/src/core/
SkBitmapHeap.h 32 sk_atomic_dec(&fRefCount);
41 int32_t fRefCount;
  /external/icu/icu4c/source/common/
rbbidata.h 185 u_atomic_int32_t fRefCount;
  /external/icu/icu4c/source/i18n/
uspoof_impl.h 245 u_atomic_int32_t fRefCount;
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 267 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
354 return InterlockedIncrement(&fRefCount);
358 ULONG newCount = InterlockedDecrement(&fRefCount);
383 ULONG fRefCount;
SkFontMgr_win_dw.cpp 57 StreamFontFileLoader(SkStreamAsset* stream) : fStream(stream), fRefCount(1) { }
60 ULONG fRefCount;
75 return InterlockedIncrement(&fRefCount);
79 ULONG newCount = InterlockedDecrement(&fRefCount);
122 ULONG fRefCount;
132 : fRefCount(1)
151 return InterlockedIncrement(&fRefCount);
155 ULONG newCount = InterlockedDecrement(&fRefCount);
217 : fRefCount(1)
222 ULONG fRefCount;
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 656 milliseconds