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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c489 UINTN MouseColStart; local
523 MouseColStart = 10 + (ColStart - 1) * 3;
525 MouseColStart++;
533 if (MouseCol < MouseColStart || MouseCol > MouseColEnd) {

Completed in 68 milliseconds