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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp704 float hexWidth = fHexRight - fHexLeft; local
705 int32 nybblesPerLine = int32(hexWidth / fCharWidth);
884 float hexWidth = width * hexProportion; local
885 fTextLeft = left + hexWidth;
889 hexWidth -= 2 * fCharWidth;
890 fHexRight = left + hexWidth;
/haiku/src/apps/diskprobe/
H A DDataView.cpp468 float hexWidth = fCharWidth * kBlockSize * kHexByteWidth; local
476 if (point.x > left + hexWidth)
488 left += hexWidth + (kBlockSpace * width);

Completed in 42 milliseconds