Home
last modified time | relevance | path

Searched refs:cacheID (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.cpp36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument
38 SkMessageBus<PurgeBlobMessage>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
DGrTextBlobCache.h106 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
/third_party/flutter/skia/include/core/
DSkTextBlob.h209 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument
210 fCacheID.store(cacheID); in notifyAddedToCache()
/third_party/skia/include/core/
DSkTextBlob.h249 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument
250 fCacheID.store(cacheID); in notifyAddedToCache()
/third_party/skia/src/gpu/text/
DGrTextBlobCache.cpp76 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument
78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
DGrTextBlobCache.h43 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
/third_party/flutter/skia/src/core/
DSkGlyphRun.cpp96 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
98 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
DSkGlyphRun.h80 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp572 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
573 U_ASSERT(cacheID != NULL); in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
578 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
586 nameinfo->tzID = cacheID; in getGenericLocationName()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp572 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
573 U_ASSERT(cacheID != NULL); in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
578 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
586 nameinfo->tzID = cacheID; in getGenericLocationName()
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.cpp572 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
573 U_ASSERT(cacheID != NULL); in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
578 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
586 nameinfo->tzID = cacheID; in getGenericLocationName()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp566 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
567 U_ASSERT(cacheID != NULL); in getGenericLocationName()
570 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
572 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
580 nameinfo->tzID = cacheID; in getGenericLocationName()
/third_party/skia/src/core/
DSkGlyphRun.cpp138 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
140 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
DSkGlyphRun.h81 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;