Searched defs:TextLine (Results 1 – 5 of 5) sorted by relevance
105 struct TextLine { struct115 TextLine(StringSlice t) : fText(std::move(t)) {} in TextLine() argument116 TextLine() {} in TextLine() function
140 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine, in GenRasterTextLine()
177 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine, in GenRasterTextLine()
149 friend class TextLine; variable
33 TextLine::TextLine(ParagraphImpl* master, in TextLine() function in skia::textlayout::TextLine