Home
last modified time | relevance | path

Searched refs:getParagraphCache (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h41 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache() function
/third_party/skia/modules/skparagraph/include/
DFontCollection.h42 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache() function
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp170 fFontCollection->getParagraphCache()->updateParagraph(this); in layout()
372 if (!fFontCollection->getParagraphCache()->findParagraph(this)) { in shapeTextIntoEndlessLine()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp483 if (fFontCollection->getParagraphCache()->findParagraph(this)) { in shapeTextIntoEndlessLine()
508 fFontCollection->getParagraphCache()->updateParagraph(this); in shapeTextIntoEndlessLine()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1762 collection->getParagraphCache()->reset(); in onDrawContent()
1763 collection->getParagraphCache()->turnOn(false); in onDrawContent()
1779 collection->getParagraphCache()->turnOn(true); in onDrawContent()
2000 fontCollection->getParagraphCache()->turnOn(false); in onDrawContent()
2891 font_collection->getParagraphCache()->turnOn(false); in onDrawContent()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5884 auto cache = fontCollection->getParagraphCache(); in UNIX_ONLY_TEST()