Home
last modified time | relevance | path

Searched refs:ParagraphLayout (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp165 ParagraphLayout::ParagraphLayout() in ParagraphLayout() function in ParagraphLayout
179 ParagraphLayout::ParagraphLayout(const Paragraph& paragraph) in ParagraphLayout() function in ParagraphLayout
195 ParagraphLayout::ParagraphLayout(const ParagraphLayout& other) in ParagraphLayout() function in ParagraphLayout
209 ParagraphLayout::~ParagraphLayout() in ~ParagraphLayout()
215 ParagraphLayout::SetParagraph(const Paragraph& paragraph) in SetParagraph()
228 ParagraphLayout::SetWidth(float width) in SetWidth()
238 ParagraphLayout::Height() in Height()
254 ParagraphLayout::Draw(BView* view, const BPoint& offset) in Draw()
278 ParagraphLayout::CountGlyphs() const in CountGlyphs()
285 ParagraphLayout::CountLines() in CountLines()
[all …]
H A DParagraphLayout.h173 class ParagraphLayout : public BReferenceable {
175 ParagraphLayout();
176 ParagraphLayout(const Paragraph& paragraph);
177 ParagraphLayout(const ParagraphLayout& other);
178 virtual ~ParagraphLayout();
253 typedef BReference<ParagraphLayout> ParagraphLayoutRef;
H A DTextView.h40 ParagraphLayout fTextLayout;
H A DTextView.cpp84 ParagraphLayout layout(fTextLayout); in GetHeightForWidth()
H A DTextDocumentLayout.cpp134 ParagraphLayoutRef layout(new(std::nothrow) ParagraphLayout( in InvalidateParagraphs()
360 ParagraphLayoutRef layout(new(std::nothrow) ParagraphLayout(paragraph), in _Init()
/haiku/src/tests/apps/haikudepot/
H A DJamfile98 ParagraphLayout.cpp
/haiku/src/apps/haikudepot/
H A DJamfile101 ParagraphLayout.cpp