Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp56 fParagraphLayouts() in TextDocumentLayout()
68 fParagraphLayouts() in TextDocumentLayout()
81 fParagraphLayouts(other.fParagraphLayouts) in TextDocumentLayout()
133 if (start >= static_cast<int32>(fParagraphLayouts.size())) { in InvalidateParagraphs()
142 fParagraphLayouts.push_back(ParagraphLayoutInfo(0.0f, layout)); in InvalidateParagraphs()
149 const ParagraphLayoutInfo& info = fParagraphLayouts[start]; in InvalidateParagraphs()
159 < static_cast<int32>(fParagraphLayouts.size())) in InvalidateParagraphs()
160 fParagraphLayouts.erase(fParagraphLayouts.end() - 1); in InvalidateParagraphs()
181 if (fParagraphLayouts.size() > 0) { in Height()
183 = fParagraphLayouts[fParagraphLayouts.size() - 1]; in Height()
[all …]
H A DTextDocumentLayout.h126 fParagraphLayouts; variable