Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/tests/
H A DShapedText.cpp57 REPORTER_ASSERT(reporter, logicalRuns[1].getTextRange() == TextRange(newLine, newLine + 1)); in UNIX_ONLY_TEST()
76 REPORTER_ASSERT(reporter, logicalRuns[1].getTextRange() == TextRange(newLine, newLine + 1)); in UNIX_ONLY_TEST()
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h32 virtual SkRange<size_t> getTextRange() const = 0;
/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.h33 SkRange<size_t> getTextRange() const override;
H A DTextLineBaseImpl.cpp47 SkRange<size_t> TextLineBaseImpl::getTextRange() const in getTextRange() function in skia::textlayout::TextLineBaseImpl
/third_party/skia/experimental/sktext/src/
H A DLogicalRun.h24 TextRange getTextRange() const { return fUtf16Range; } in getTextRange() function in skia::text::LogicalRun
H A DText.cpp310 if (logicalRun.getTextRange().width() == 1 &&
312 unicodeText->isHardLineBreak(logicalRun.getTextRange().fStart)) {

Completed in 3 milliseconds