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 function in class:MemoryView
916 BPoint point = _GetPointForOffset(byteOffset);
934 BPoint startPoint = _GetPointForOffset(fSelectionStart);
935 BPoint endPoint = _GetPointForOffset(fSelectionEnd);

Completed in 86 milliseconds