Lines Matching refs:Line
67 class U_LAYOUTEX_API Line : public UObject
78 ~Line();
180 inline Line();
181 inline Line(const Line &other);
182 inline Line &operator=(const Line & /*other*/) { return *this; };
341 friend class Line; variable
539 Line *nextLine(float width);
585 Line *computeVisualRuns();
586 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
663 inline ParagraphLayout::Line::Line() in Line() function
669 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() argument
675 inline le_int32 ParagraphLayout::Line::countRuns() const in countRuns()