Searched refs:ParagraphCacheKey (Results 1 – 3 of 3) sorted by relevance
31 class ParagraphCacheKey { class33 ParagraphCacheKey(const ParagraphImpl* paragraph) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey41 ParagraphCacheKey(const ParagraphCacheKey& other) = default;43 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey52 bool operator==(const ParagraphCacheKey& other) const;71 ParagraphCacheValue(ParagraphCacheKey&& key, const ParagraphImpl* paragraph) in ParagraphCacheValue()84 ParagraphCacheKey fKey;99 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix()106 uint32_t ParagraphCacheKey::computeHash() const { in computeHash()165 uint32_t ParagraphCache::KeyHash::operator()(const ParagraphCacheKey& key) const { in operator ()()[all …]
251 friend class ParagraphCacheKey; variable
15 class ParagraphCacheKey; variable50 uint32_t operator()(const ParagraphCacheKey& key) const;53 SkLRUCache<ParagraphCacheKey, std::unique_ptr<Entry>, KeyHash> fLRUCacheMap;