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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h136 float fHexRight; member in class:MemoryView
H A DMemoryView.cpp704 float hexWidth = fHexRight - fHexLeft;
711 fHexRight = fHexLeft + (fHexBlocksPerLine * sizeFactor
835 else if (point.x > fHexRight)
836 point.x = fHexRight;
869 fHexRight = 0;
890 fHexRight = left + hexWidth;
893 fHexRight = left + width;
951 rect.right = fHexRight;
960 rect.right = fHexRight;

Completed in 35 milliseconds