Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.cpp49 auto unicodeSize = fRootParagraph->unicodeText().size(); in createLine() local
50 if (startIndex >= unicodeSize) { in createLine()
53 if (startIndex + count >= unicodeSize || count == 0) { in createLine()
54 count = unicodeSize - startIndex; in createLine()

Completed in 1 milliseconds