Searched refs:currentCharsPerLine (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp196 int32 currentCharsPerLine = fTextCharsPerLine; local
200 * currentCharsPerLine;
216 currentCharsPerLine = maxAddress - currentAddress;
217 currentBlocksPerLine = currentCharsPerLine
264 for (int32 j = 0; j < currentCharsPerLine; j++) {
272 < currentAddress + currentCharsPerLine) {

Completed in 27 milliseconds