Home | History | Annotate | Download | only in UiApp

Lines Matching defs:CurrentColumn

683   UINTN                                 CurrentColumn;

762 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
764 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
775 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
777 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {