Home
last modified time | relevance | path

Searched refs:StartCol (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c216 BootMenuData->MenuScreen.StartCol = (Column - BootMenuData->MenuScreen.Width) / 2; in InitializeBootMenuScreen()
362 UINTN StartCol; in BootMenuSelectItem() local
379 StartCol = BootMenuData->MenuScreen.StartCol; in BootMenuSelectItem()
408 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
420 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
426 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
436 PrintCol = StartCol + 1; in BootMenuSelectItem()
464 PrintCol = StartCol + 1; in BootMenuSelectItem()
476 PrintCol = StartCol + 1; in BootMenuSelectItem()
503 UINTN StartCol; in DrawBootPopupMenu() local
[all …]
DBootManagerMenu.h36 UINTN StartCol; member