Home
last modified time | relevance | path

Searched refs:GetTextBounds (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h98 void GetTextBounds(int32 textOffset,
H A DTextDocumentLayout.cpp294 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 DTextDocumentView.cpp619 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 DParagraphLayout.h202 void GetTextBounds(int32 textOffset,
H A DTextEditor.cpp455 fLayout->GetTextBounds(caret, x1, y1, x2, y2); in _SetSelection()
H A DParagraphLayout.cpp380 ParagraphLayout::GetTextBounds(int32 textOffset, float& x1, float& y1, in GetTextBounds() function in ParagraphLayout