Home
last modified time | relevance | path

Searched refs:ParagraphCacheKey (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp29 class ParagraphCacheKey { class
31 ParagraphCacheKey(const ParagraphImpl* paragraph) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
39 ParagraphCacheKey(const ParagraphCacheKey& other) = default;
41 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
50 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 …]
DParagraphImpl.h259 friend class ParagraphCacheKey; variable
/third_party/skia/modules/skparagraph/include/
DParagraphCache.h15 class ParagraphCacheKey; variable
50 uint32_t operator()(const ParagraphCacheKey& key) const;
53 SkLRUCache<ParagraphCacheKey, std::unique_ptr<Entry>, KeyHash> fLRUCacheMap;