Searched refs:ParagraphLayout (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp14 #include "ParagraphLayout.h"
162 // #pragma mark - ParagraphLayout
165 ParagraphLayout::ParagraphLayout() function in class:ParagraphLayout
179 ParagraphLayout::ParagraphLayout(const Paragraph& paragraph) function in class:ParagraphLayout
195 ParagraphLayout::ParagraphLayout(const ParagraphLayout& other) function in class:ParagraphLayout
209 ParagraphLayout
[all...]
H A DParagraphLayout.h173 class ParagraphLayout : public BReferenceable { class in inherits:BReferenceable
175 ParagraphLayout();
176 ParagraphLayout(const Paragraph& paragraph);
177 ParagraphLayout(const ParagraphLayout& other);
178 virtual ~ParagraphLayout();
253 typedef BReference<ParagraphLayout> ParagraphLayoutRef;
H A DTextView.h12 #include "ParagraphLayout.h"
40 ParagraphLayout fTextLayout;
H A DTextView.cpp84 ParagraphLayout layout(fTextLayout);
H A DTextDocumentLayout.cpp134 ParagraphLayoutRef layout(new(std::nothrow) ParagraphLayout(
360 ParagraphLayoutRef layout(new(std::nothrow) ParagraphLayout(paragraph),

Completed in 41 milliseconds