Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp195 int32 currentBlocksPerLine = fHexBlocksPerLine; in Draw() local
214 if (currentAddress + (currentBlocksPerLine * blockByteSize) in Draw()
217 currentBlocksPerLine = currentCharsPerLine in Draw()
221 for (int32 j = 0; j < currentBlocksPerLine; j++) { in Draw()
257 if (currentBlocksPerLine < fHexBlocksPerLine) in Draw()
259 * (fHexBlocksPerLine - currentBlocksPerLine); in Draw()
290 if (currentBlocksPerLine > 0) { in Draw()
291 currentAddress += currentBlocksPerLine * blockByteSize; in Draw()
292 lineAddress += currentBlocksPerLine * blockByteSize; in Draw()