Home
last modified time | relevance | path

Searched defs:TextLine (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skplaintexteditor/include/
Deditor.h103 struct TextLine { struct
113 TextLine(StringSlice t) : fText(std::move(t)) {} in TextLine() argument
114 TextLine() {} in TextLine() function
/third_party/skia/modules/skparagraph/src/
DRun.h242 friend class TextLine; variable
686 friend class TextLine; in InternalLineMetrics() variable
DParagraphImpl.h42 class TextLine; variable
DTextLine.cpp151 TextLine::TextLine(ParagraphImpl* owner, function in skia::textlayout::TextLine