Searched refs:GetLineBounds (Results 1 – 5 of 5) sorted by relevance
/haiku/src/apps/haikudepot/textview/ |
H A D | TextDocumentLayout.h | 94 void GetLineBounds(int32 lineIndex,
|
H A D | TextDocumentLayout.cpp | 273 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 D | ParagraphLayout.h | 198 void GetLineBounds(int32 lineIndex,
|
H A D | TextEditor.cpp | 405 fLayout->GetLineBounds(lineIndex , x1, y1, x2, y2); in _MoveToLine()
|
H A D | ParagraphLayout.cpp | 344 ParagraphLayout::GetLineBounds(int32 lineIndex, float& x1, float& y1, in GetLineBounds() function in ParagraphLayout
|