Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/include/
Deditor.h107 struct TextLine { struct
117 TextLine(StringSlice t) : fText(std::move(t)) {} in TextLine() argument
118 TextLine() {} in TextLine() argument
/external/skia/modules/skparagraph/src/
DParagraphImpl.h41 class TextLine; variable
DRun.h171 friend class TextLine; variable
507 friend class TextLine; variable
DTextLine.cpp93 TextLine::TextLine(ParagraphImpl* owner, in TextLine() function in skia::textlayout::TextLine