Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h41 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache()
71 ParagraphCache fParagraphCache; variable
/third_party/skia/modules/skparagraph/include/
DFontCollection.h42 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache()
75 ParagraphCache fParagraphCache; variable
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp170 fParagraphCache.reset(); in clearCaches()