Home
last modified time | relevance | path

Searched defs:fRefCnt (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/src/core/
DSkCachedData.h57 int fRefCnt; // low-bit means we're owned by the cache variable
DSkRWBuffer.cpp68 mutable std::atomic<int32_t> fRefCnt; member
DSkAAClip.cpp63 std::atomic<int32_t> fRefCnt; member
/third_party/skia/src/core/
DSkCachedData.h57 int fRefCnt; // low-bit means we're owned by the cache variable
DSkAAClip.cpp166 std::atomic<int32_t> fRefCnt; member
/third_party/skia/src/gpu/
DGrManagedResource.h184 mutable std::atomic<int32_t> fRefCnt; variable
DGrGpuResource.h102 mutable std::atomic<int32_t> fRefCnt; variable
/third_party/flutter/skia/src/gpu/vk/
DGrVkResource.h217 mutable std::atomic<int32_t> fRefCnt; variable
/third_party/flutter/skia/include/core/
DSkRefCnt.h106 mutable std::atomic<int32_t> fRefCnt; variable
DSkString.h247 mutable std::atomic<int32_t> fRefCnt; member
/third_party/skia/include/core/
DSkRefCnt.h105 mutable std::atomic<int32_t> fRefCnt; variable
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h152 mutable int32_t fRefCnt; variable
/third_party/flutter/skia/tests/
DRefCntTest.cpp96 int fRefCnt; member in Effect
/third_party/skia/tests/
DRefCntTest.cpp96 int fRefCnt; member in Effect
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType.cpp303 uint32_t fRefCnt; member