Home
last modified time | relevance | path

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

/external/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
/external/skia/modules/skparagraph/src/
DRun.h169 friend class TextLine; variable
468 friend class TextLine; variable
DTextLine.cpp81 TextLine::TextLine(ParagraphImpl* owner, in TextLine() function in skia::textlayout::TextLine