Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp839 int32 containingBlock = int32(floor(point.x / blockWidth)); in _GetOffsetAt() local
842 + containingBlock * charsPerBlock; in _GetOffsetAt()