Lines Matching refs:ParagraphCacheKey
29 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 ()()
167 bool ParagraphCacheKey::operator==(const ParagraphCacheKey& other) const { in operator ==()
306 ParagraphCacheKey key(paragraph); in findParagraph()
331 ParagraphCacheKey key(paragraph); in updateParagraph()