Searched defs:TempX (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c2332 UINTN TempX; local
2342 // get absolute TempX value
2358 TempX = HBufferImage.MousePosition.Column;
2362 TempX += TextX;
2364 if (TempX >= AbsX) {
2365 TempX -= AbsX;
2367 TempX = 0;
2384 if (TempX >= 10 && TempX <= (10 + 0x10 * 3 - 1)) {
2385 HBufferImage.MousePosition.Column = TempX;
[all...]

Completed in 36 milliseconds