Searched refs:GetTextBounds (Results 1 – 6 of 6) sorted by relevance
/haiku/src/apps/haikudepot/textview/ |
H A D | TextDocumentLayout.h | 98 void GetTextBounds(int32 textOffset,
|
H A D | TextDocumentLayout.cpp | 294 TextDocumentLayout::GetTextBounds(int32 textOffset, float& x1, float& y1, in GetTextBounds() function in TextDocumentLayout 300 info.layout->GetTextBounds(textOffset, x1, y1, x2, y2); in GetTextBounds()
|
H A D | TextDocumentView.cpp | 619 fTextDocumentLayout.GetTextBounds(textOffset, x1, y1, x2, y2); in _DrawCaret() 662 fTextDocumentLayout.GetTextBounds(start, startX1, startY1, startX2, in _GetSelectionShape() 674 fTextDocumentLayout.GetTextBounds(end, endX1, endY1, endX2, endY2); in _GetSelectionShape()
|
H A D | ParagraphLayout.h | 202 void GetTextBounds(int32 textOffset,
|
H A D | TextEditor.cpp | 455 fLayout->GetTextBounds(caret, x1, y1, x2, y2); in _SetSelection()
|
H A D | ParagraphLayout.cpp | 380 ParagraphLayout::GetTextBounds(int32 textOffset, float& x1, float& y1, in GetTextBounds() function in ParagraphLayout
|