Home | History | Annotate | Download | only in efiboot

Lines Matching defs:rows

783 	UINTN cols, rows, row = 0;
787 ST->ConOut->Mode->Mode, &cols, &rows);
788 if (EFI_ERROR(status) || rows <= 2)
789 rows = 0;
791 rows -= 2;
808 if (++row >= rows) {
831 if (++row >= rows) {
853 UINTN cols, rows, row = 0;
857 ST->ConOut->Mode->Mode, &cols, &rows);
858 if (EFI_ERROR(status) || rows <= 2)
859 rows = 0;
861 rows -= 2;
933 if (++row >= rows) {