Home | History | Annotate | Download | only in BootMaintenanceManagerLib

Lines Matching refs:NewRows

132   UINT32                                NewRows;

175 NewRows = mBmmSetupTextModeRow;
183 NewRows = mBmmBootTextModeRow;
218 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
231 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
290 Status = PcdSet32S (PcdConOutRow, NewRows);