Home
last modified time | relevance | path

Searched refs:fRootParagraph (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.cpp19 : fRootParagraph(move(paragraph)) { in ParagraphLineFetcherImpl()
20 fRootParagraph->initUnicodeText(); in ParagraphLineFetcherImpl()
21 fUnicodeSize = fRootParagraph->unicodeText().size(); in ParagraphLineFetcherImpl()
27 if (startIndex >= fRootParagraph->unicodeText().size()) { in getLineBreak()
30 auto newParagraph = fRootParagraph->createCroppedCopy(startIndex); in getLineBreak()
49 auto unicodeSize = fRootParagraph->unicodeText().size(); in createLine()
56 fTempParagraph = fRootParagraph->createCroppedCopy(startIndex, count); in createLine()
H A DParagraphLineFetcherImpl.h35 std::unique_ptr<Paragraph> fRootParagraph = nullptr; member in skia::textlayout::final

Completed in 2 milliseconds