Searched refs:cacheID (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 76 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument 78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
|
D | GrTextBlobCache.h | 43 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
|
/third_party/skia/include/core/ |
D | SkTextBlob.h | 261 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument 262 fCacheID.store(cacheID); in notifyAddedToCache()
|
/third_party/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 569 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/ |
D | tzgnames.cpp | 569 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/ |
D | tzgnames.cpp | 572 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/ |
D | SkGlyphRun.cpp | 138 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache() 140 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
|
D | SkGlyphRun.h | 81 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
|