Searched refs:ParagraphCacheKey (Results 1 – 3 of 3) sorted by relevance
29 class ParagraphCacheKey { class31 ParagraphCacheKey(const ParagraphImpl* paragraph) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey39 ParagraphCacheKey(const ParagraphCacheKey& other) = default;41 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey50 bool operator==(const ParagraphCacheKey& other) const;69 ParagraphCacheValue(ParagraphCacheKey&& key, const ParagraphImpl* paragraph) in ParagraphCacheValue()82 ParagraphCacheKey fKey;97 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix()104 uint32_t ParagraphCacheKey::computeHash() const { in computeHash()163 uint32_t ParagraphCache::KeyHash::operator()(const ParagraphCacheKey& key) const { in operator ()()[all …]
259 friend class ParagraphCacheKey; variable
15 class ParagraphCacheKey; variable50 uint32_t operator()(const ParagraphCacheKey& key) const;53 SkLRUCache<ParagraphCacheKey, std::unique_ptr<Entry>, KeyHash> fLRUCacheMap;