Home
last modified time | relevance | path

Searched refs:_GetPointForOffset (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h98 BPoint _GetPointForOffset(int32 offset) const;
H A DMemoryView.cpp847 MemoryView::_GetPointForOffset(int32 offset) const in _GetPointForOffset() function in MemoryView
916 BPoint point = _GetPointForOffset(byteOffset); in _GetEditCaretRect()
934 BPoint startPoint = _GetPointForOffset(fSelectionStart); in _GetSelectionRegion()
935 BPoint endPoint = _GetPointForOffset(fSelectionEnd); in _GetSelectionRegion()