Home
last modified time | relevance | path

Searched refs:onBeginLine (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/include/
DText.h174 virtual void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { } in onBeginLine() function
346 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override;
DInterface.h72 virtual void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { } in onBeginLine() function
/third_party/skia/experimental/sktext/tests/
DWrappedText.cpp62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() function in TestVisitor
DSelectableText.cpp63 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() function in TestVisitor
/third_party/skia/experimental/sktext/src/
DText.cpp525 …visitor->onBeginLine(lineIndex, line.text(), line.isHardBreak(), SkRect::MakeXYWH(0, verticalOffse… in visit()
582 …visitor->onBeginLine(lineIndex, line.text(), line.isHardBreak(), SkRect::MakeXYWH(0, verticalOffse… in visit()
653 void SelectableText::onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { in onBeginLine() function in skia::text::SelectableText