Home
last modified time | relevance | path

Searched refs:GetLineBounds (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h94 void GetLineBounds(int32 lineIndex,
H A DTextDocumentLayout.cpp273 TextDocumentLayout::GetLineBounds(int32 lineIndex, float& x1, float& y1, in GetLineBounds() function in TextDocumentLayout
280 info.layout->GetLineBounds(lineIndex, x1, y1, x2, y2); in GetLineBounds()
H A DParagraphLayout.h198 void GetLineBounds(int32 lineIndex,
H A DTextEditor.cpp405 fLayout->GetLineBounds(lineIndex , x1, y1, x2, y2); in _MoveToLine()
H A DParagraphLayout.cpp344 ParagraphLayout::GetLineBounds(int32 lineIndex, float& x1, float& y1, in GetLineBounds() function in ParagraphLayout