Lines Matching refs:ParagraphLayout

165 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()
293 ParagraphLayout::LineIndexForOffset(int32 textOffset) in LineIndexForOffset()
314 ParagraphLayout::FirstOffsetOnLine(int32 lineIndex) in FirstOffsetOnLine()
329 ParagraphLayout::LastOffsetOnLine(int32 lineIndex) in LastOffsetOnLine()
344 ParagraphLayout::GetLineBounds(int32 lineIndex, float& x1, float& y1, in GetLineBounds()
380 ParagraphLayout::GetTextBounds(int32 textOffset, float& x1, float& y1, in GetTextBounds()
416 ParagraphLayout::TextOffsetAt(float x, float y, bool& rightOfCenter) in TextOffsetAt()
488 ParagraphLayout::_Init() in _Init()
505 ParagraphLayout::_ValidateLayout() in _ValidateLayout()
515 ParagraphLayout::_Layout() in _Layout()
646 ParagraphLayout::_ApplyAlignment() in _ApplyAlignment()
791 ParagraphLayout::_AppendGlyphInfos(const TextSpan& span) in _AppendGlyphInfos()
824 ParagraphLayout::_AppendGlyphInfo(uint32 charCode, float width, in _AppendGlyphInfo()
849 ParagraphLayout::_FinalizeLine(int lineStart, int lineEnd, int lineIndex, in _FinalizeLine()
908 ParagraphLayout::_IncludeStyleInLine(LineInfo& line, in _IncludeStyleInLine()
929 ParagraphLayout::_DrawLine(BView* view, const BPoint& offset, in _DrawLine()
943 ParagraphLayout::_DrawSpan(BView* view, BPoint offset, in _DrawSpan()
976 ParagraphLayout::_GetEmptyLayoutBounds(float& x1, float& y1, float& x2, in _GetEmptyLayoutBounds()
1001 ParagraphLayout::_AppendTextSpans(const Paragraph& paragraph) in _AppendTextSpans()