Home
last modified time | relevance | path

Searched refs:StartRow (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c217 BootMenuData->MenuScreen.StartRow = (Row - BootMenuData->MenuScreen.Height) / 2; in InitializeBootMenuScreen()
363 UINTN StartRow; in BootMenuSelectItem() local
380 StartRow = BootMenuData->MenuScreen.StartRow; in BootMenuSelectItem()
409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum; in BootMenuSelectItem()
427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum; in BootMenuSelectItem()
437 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
465 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + WantSelectItem - FirstItem; in BootMenuSelectItem()
477 PrintRow = StartRow + 3 + BootMenuData->SelectItem - FirstItem; in BootMenuSelectItem()
504 UINTN StartRow; in DrawBootPopupMenu() local
[all …]
DBootManagerMenu.h37 UINTN StartRow; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DBufferImage.c753 UINTN StartRow; in HBufferImageRefresh() local
802 StartRow = (HMainEditorBackupVar.SelectStart - 1) / 0x10 + 1; in HBufferImageRefresh()
804 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1; in HBufferImageRefresh()
807 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1; in HBufferImageRefresh()
818 if (StartRow > EndRow) { in HBufferImageRefresh()
819 Tmp = StartRow; in HBufferImageRefresh()
820 StartRow = EndRow; in HBufferImageRefresh()
824 FStartRow = StartRow; in HBufferImageRefresh()
826 StartRow = 2 + StartRow - HBufferImage.LowVisibleRow; in HBufferImageRefresh()
834 StartRow = 2; in HBufferImageRefresh()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShellEnvironment2.h362 IN INT32 StartRow,
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch5558 UINTN StartRow;
5572 FStartRow = StartRow;
5575 StartRow = TEXT_START_ROW + StartRow - HBufferImage.LowVisibleRow;
5641 - UINTN StartRow;
5652 - StartRow = Pos / 0x10;
5661 - UINTN StartRow;
5672 - StartRow = Pos / 0x10;
DShellR33.patch3926 mPrintMode.Row = StartRow;