Searched defs:TextLine (Results 1 – 4 of 4) sorted by relevance
103 struct TextLine { struct113 TextLine(StringSlice t) : fText(std::move(t)) {} in TextLine() argument114 TextLine() {} in TextLine() function
242 friend class TextLine; variable686 friend class TextLine; in InternalLineMetrics() variable
42 class TextLine; variable
151 TextLine::TextLine(ParagraphImpl* owner, function in skia::textlayout::TextLine