Lines Matching refs:Line
60 class U_LAYOUTEX_API Line : public UObject
71 ~Line();
173 inline Line();
174 inline Line(const Line &other);
175 inline Line &operator=(const Line & /*other*/) { return *this; };
334 friend class Line; variable
532 Line *nextLine(float width);
578 Line *computeVisualRuns();
579 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
656 inline ParagraphLayout::Line::Line() in Line() function
662 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() function
668 inline le_int32 ParagraphLayout::Line::countRuns() const in countRuns()