Home
last modified time | relevance | path

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

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