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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.h37 UINTN StartRow; member in struct:_BOOT_MENU_SCREEN
H A DBootManagerMenu.c217 BootMenuData->MenuScreen.StartRow = (Row - BootMenuData->MenuScreen.Height) / 2;
363 UINTN StartRow; local
380 StartRow = BootMenuData->MenuScreen.StartRow;
409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2;
421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum;
427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum;
437 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2;
465 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + WantSelectItem - FirstItem;
477 PrintRow = StartRow
504 UINTN StartRow; local
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c753 UINTN StartRow; local
802 StartRow = (HMainEditorBackupVar.SelectStart - 1) / 0x10 + 1;
804 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1;
807 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1;
818 if (StartRow > EndRow) {
819 Tmp = StartRow;
820 StartRow = EndRow;
824 FStartRow = StartRow;
826 StartRow = 2 + StartRow
[all...]

Completed in 45 milliseconds