Searched refs:onBeginLine (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/experimental/sktext/include/ |
D | Text.h | 174 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;
|
D | Interface.h | 72 virtual void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { } in onBeginLine() function
|
/third_party/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() function in TestVisitor
|
D | SelectableText.cpp | 63 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() function in TestVisitor
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 525 …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
|