Home
last modified time | relevance | path

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

/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/skia/include/core/
DSkTextBlob.h261 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument
262 fCacheID.store(cacheID); in notifyAddedToCache()
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp569 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
570 U_ASSERT(cacheID != NULL); in getGenericLocationName()
573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
575 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
583 nameinfo->tzID = cacheID; in getGenericLocationName()
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.cpp569 const char16_t* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
570 U_ASSERT(cacheID != nullptr); in getGenericLocationName()
573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
575 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
583 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/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;