Home
last modified time | relevance | path

Searched refs:temporaryShuntBlobNotifyAddedToCache (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.h81 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
DSkGlyphRun.cpp138 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache() function in SkGlyphRunList
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h52 glyphRunList.temporaryShuntBlobNotifyAddedToCache(fUniqueID); in makeCachedBlob()
/third_party/flutter/skia/src/core/
DSkGlyphRun.h80 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
DSkGlyphRun.cpp96 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache() function in SkGlyphRunList
/third_party/skia/src/gpu/text/
DGrTextBlobCache.cpp27 glyphRunList.temporaryShuntBlobNotifyAddedToCache(fMessageBusID); in addOrReturnExisting()