Searched refs:SelectionFrame (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataView.cpp502 DataView::SelectionFrame(view_focus which, int32 start, int32 end) function in class:DataView
550 BRect firstLine = SelectionFrame(which, first + start, end);
563 block = SelectionFrame(which, first, last - 1);
568 lastLine = SelectionFrame(which, last, last + end);
662 FillRect(SelectionFrame(which, first + start, end));
675 FillRect(SelectionFrame(which, first, last - 1));
677 FillRect(SelectionFrame(which, last, last + end));
806 BRect rect = SelectionFrame(fFocus, start, end);
812 rect = SelectionFrame(fFocus == kHexFocus ? kAsciiFocus : kHexFocus, start, end);
825 BRect frame = SelectionFrame(fFocu
[all...]
H A DDataView.h76 BRect SelectionFrame(view_focus which, int32 start,

Completed in 61 milliseconds