Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp701 int32 sizeFactor = 1 + hexDigits; in _RecalcScrollBars() local
709 fHexBlocksPerLine = nybblesPerLine / sizeFactor; in _RecalcScrollBars()
711 fHexRight = fHexLeft + (fHexBlocksPerLine * sizeFactor in _RecalcScrollBars()
880 int32 sizeFactor = 1 + hexDigits; in _RecalcBounds() local
882 float hexProportion = sizeFactor / (float)(sizeFactor in _RecalcBounds()