Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.cpp35 auto textRange = newParagraph->getActualTextRange(0, true); in getLineBreak()
H A DParagraphImpl.h259 TextRange getActualTextRange(int lineNumber, bool includeSpaces) const override;
H A DParagraphImpl.cpp2043 TextRange ParagraphImpl::getActualTextRange(int lineNumber, bool includeSpaces) const { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
/third_party/skia/modules/skparagraph/include/
H A DParagraph.h141 virtual TextRange getActualTextRange(int lineNumber, bool includeSpaces) const = 0;
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7596 auto actualText = paragraph->getActualTextRange(0, false); in UNIX_ONLY_TEST()
7598 actualText = paragraph->getActualTextRange(1, false); in UNIX_ONLY_TEST()
7600 actualText = paragraph->getActualTextRange(2, false); in UNIX_ONLY_TEST()

Completed in 17 milliseconds