Searched refs:getParagraphCache (Results 1 – 6 of 6) sorted by relevance
41 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache() function
42 ParagraphCache* getParagraphCache() { return &fParagraphCache; } in getParagraphCache() function
170 fFontCollection->getParagraphCache()->updateParagraph(this); in layout()372 if (!fFontCollection->getParagraphCache()->findParagraph(this)) { in shapeTextIntoEndlessLine()
483 if (fFontCollection->getParagraphCache()->findParagraph(this)) { in shapeTextIntoEndlessLine()508 fFontCollection->getParagraphCache()->updateParagraph(this); in shapeTextIntoEndlessLine()
1762 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()
5884 auto cache = fontCollection->getParagraphCache(); in UNIX_ONLY_TEST()