Home
last modified time | relevance | path

Searched refs:fAddedToCache (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkPixelRef.h81 fAddedToCache.store(true); in notifyAddedToCache()
102 std::atomic<bool> fAddedToCache; variable
DSkPicture.h275 mutable std::atomic<bool> fAddedToCache{false};
/external/skia/src/core/
DSkPixelRef.cpp35 , fAddedToCache(false) in SkPixelRef()
90 if (fAddedToCache.exchange(false)) { in callGenIDChangeListeners()
DSkPicturePriv.h46 pic->fAddedToCache.store(true); in AddedToCache()
DSkPicture.cpp51 if (fAddedToCache.load()) { in ~SkPicture()