Searched refs:ParagraphLayoutInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h18 class ParagraphLayoutInfo { class
20 ParagraphLayoutInfo() function in class:ParagraphLayoutInfo
27 ParagraphLayoutInfo(float y, const ParagraphLayoutRef& layout) function in class:ParagraphLayoutInfo
34 ParagraphLayoutInfo(const ParagraphLayoutInfo& other) function in class:ParagraphLayoutInfo
42 ParagraphLayoutInfo& operator=(const ParagraphLayoutInfo& other)
49 bool operator==(const ParagraphLayoutInfo& other) const
55 bool operator!=(const ParagraphLayoutInfo& other) const
111 const ParagraphLayoutInfo
[all...]
H A DTextDocumentLayout.cpp142 fParagraphLayouts.push_back(ParagraphLayoutInfo(0.0f, layout));
149 const ParagraphLayoutInfo& info = fParagraphLayouts[start];
182 const ParagraphLayoutInfo& lastLayout
199 const ParagraphLayoutInfo& layout = fParagraphLayouts[i];
219 const ParagraphLayoutInfo& info = fParagraphLayouts[index];
233 const ParagraphLayoutInfo& info = fParagraphLayouts[index];
247 const ParagraphLayoutInfo& info = fParagraphLayouts[index];
264 const ParagraphLayoutInfo& info = fParagraphLayouts[i];
279 const ParagraphLayoutInfo& info = fParagraphLayouts[index];
299 const ParagraphLayoutInfo
[all...]

Completed in 87 milliseconds