Searched refs:currentBlocksPerLine (Results 1 – 1 of 1) sorted by relevance
195 int32 currentBlocksPerLine = fHexBlocksPerLine; in Draw() local214 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()