Home | History | Annotate | Download | only in BootManagerMenuApp

Lines Matching defs:CurrentColumn

708   UINTN                                 CurrentColumn;

787 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
789 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
800 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
802 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {