Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DFontCollection.h42 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache() function
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp483 if (fFontCollection->getParagraphCache()->findParagraph(this)) { in shapeTextIntoEndlessLine()
508 fFontCollection->getParagraphCache()->updateParagraph(this); in shapeTextIntoEndlessLine()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1759 collection->getParagraphCache()->reset(); in onDrawContent()
1760 collection->getParagraphCache()->turnOn(false); in onDrawContent()
1776 collection->getParagraphCache()->turnOn(true); in onDrawContent()
1997 fontCollection->getParagraphCache()->turnOn(false); in onDrawContent()
2884 font_collection->getParagraphCache()->turnOn(false); in onDrawContent()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5871 auto cache = fontCollection->getParagraphCache(); in DEF_TEST()