Home | History | Annotate | Download | only in BootMaintenanceManagerLib

Lines Matching refs:Row

808   UINTN                         Row;

831 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
857 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
863 // Build mode string Column x Row
869 UnicodeValueToString (PStr , 0, Row, 0);