Home
last modified time | relevance | path

Searched defs: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
41 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
51 explicit ParagraphCacheKey(uint32_t hash) : fHash(hash) {} in ParagraphCacheKey() function in skia::textlayout::ParagraphCacheKey
DParagraphImpl.h308 friend class ParagraphCacheKey; variable
/third_party/skia/modules/skparagraph/include/
DParagraphCache.h15 class ParagraphCacheKey; variable