Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h274 BlockRange findAllBlocks(TextRange textRange);
H A DParagraphImpl.cpp360 auto blockRange = findAllBlocks(TextRange(textIndex, textIndex + 1)); in GetLineFontMetrics()
1411 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
1447 auto blocks = findAllBlocks(textIncludingNewLines); in GetLineFontMetrics()
H A DOneLineShaper.cpp585 auto blockRange = fParagraph->findAllBlocks(textRange);

Completed in 6 milliseconds