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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp56 fParagraphLayouts()
68 fParagraphLayouts()
81 fParagraphLayouts(other.fParagraphLayouts)
133 if (start >= static_cast<int32>(fParagraphLayouts.size())) {
142 fParagraphLayouts.push_back(ParagraphLayoutInfo(0.0f, layout));
149 const ParagraphLayoutInfo& info = fParagraphLayouts[start];
159 < static_cast<int32>(fParagraphLayouts.size()))
160 fParagraphLayouts.erase(fParagraphLayouts
[all...]
H A DTextDocumentLayout.h126 fParagraphLayouts; member in class:TextDocumentLayout

Completed in 83 milliseconds