Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphCache.cpp31 class ParagraphCacheKey { class
33 ParagraphCacheKey(const ParagraphImpl* paragraph) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
41 ParagraphCacheKey(const ParagraphCacheKey& other) = default;
43 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
52 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 …]
DParagraphImpl.h251 friend class ParagraphCacheKey; variable
/external/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;