Home
last modified time | relevance | path

Searched refs:CurrentCol (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c568 UINTN CurrentCol; in PrintHotKeyHelpString() local
598 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()
601 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()
604 CurrentCol = LocalScreen.LeftColumn + 2; in PrintHotKeyHelpString()
624 PrintStringAtWithWidth (CurrentCol, CurrentRow, ColumnStr, ColumnIndexWidth); in PrintHotKeyHelpString()
643 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()
646 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth); in PrintHotKeyHelpString()
649 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()
651 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth); in PrintHotKeyHelpString()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DConsoleOption.c1030 UINTN CurrentCol; in GetConsoleOutMode() local
1040 CurrentCol = PcdGet32 (PcdSetupConOutColumn); in GetConsoleOutMode()
1045 if (CurrentCol == Col && CurrentRow == Row) { in GetConsoleOutMode()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DConsoleOption.c994 UINTN CurrentCol; in GetConsoleOutMode() local
1004 CurrentCol = PcdGet32 (PcdSetupConOutColumn); in GetConsoleOutMode()
1009 if (CurrentCol == Col && CurrentRow == Row) { in GetConsoleOutMode()