Searched refs:CurrentRow (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.h95 UINTN CurrentRow; member in struct:__anon11290
181 UINTN CurrentRow; member in struct:_MENU_REFRESH_ENTRY
H A DPresentation.c656 UINTN CurrentRow; local
689 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
693 PrintStringAt (CurrentCol, CurrentRow, HotKey->HelpString);
H A DUi.c460 MenuRefreshEntry->CurrentRow,
461 MenuRefreshEntry->CurrentRow,
468 PrintStringAt (MenuRefreshEntry->CurrentColumn, MenuRefreshEntry->CurrentRow, OptionString);
2411 MenuUpdateEntry->CurrentRow = MenuOption->Row;
2446 MenuRefreshEntry->CurrentRow = MenuOption->Row;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.c253 UINTN CurrentRow; local
276 for ( CurrentRow = 0
277 ; CurrentRow < ConsoleInfo->RowsPerScreen
278 ; CurrentRow++
285 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){
322 ConsoleInfo->OldConOut->SetCursorPosition(ConsoleInfo->OldConOut, CurrentColumn, CurrentRow);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c1228 UINTN CurrentRow; local
1306 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
1308 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
1319 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
1321 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c1027 UINTN CurrentRow; local
1037 CurrentRow = PcdGet32 (PcdSetupConOutRow);
1041 if (CurrentCol == Col && CurrentRow == Row) {

Completed in 241 milliseconds