Searched refs:caret (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.cpp17 TextSelection::TextSelection(int32 anchor, int32 caret) argument
20 fCaret(caret)
68 TextSelection::SetCaret(int32 caret) argument
70 fCaret = caret;
H A DTextSelection.h15 TextSelection(int32 anchor, int32 caret);
26 void SetCaret(int32 caret);
H A DTextEditor.cpp388 // even though the horizontal caret position changes. Most editors
430 int32 caret = offset; local
432 _SetSelection(caret, anchor, updateAnchor, updateSelectionStyle);
437 TextEditor::_SetSelection(int32 caret, int32 anchor, bool updateAnchor, argument
443 if (caret == fSelection.Caret() && anchor == fSelection.Anchor())
446 fSelection.SetCaret(caret);
455 fLayout->GetTextBounds(caret, x1, y1, x2, y2);
H A DTextEditor.h85 void _SetSelection(int32 caret, int32 anchor,
/haiku/src/bin/
H A Dleak_analyser.sh42 line and newlines have been replaced with the caret (^)

Completed in 195 milliseconds