Lines Matching defs:rows
575 UINTN cols, rows;
581 ST->ConOut, i, &cols, &rows);
585 i == curmode ? '*' : ' ', i, (uintmax_t)cols, (uintmax_t)rows);
593 UINTN cols, rows;
599 ST->ConOut, i, &cols, &rows);
603 (uintmax_t)cols, (uintmax_t)rows);
774 UINTN cols, rows;
785 ST->ConOut, i, &cols, &rows);
789 if (mode80x25 < 0 && cols == 80 && rows == 25)
791 else if (mode100x31 < 0 && cols == 100 && rows == 31)