Searched refs:RowsPerScreen (Results 1 – 2 of 2) sorted by relevance
52 (*ConsoleInfo)->RowsPerScreen = 0; in ConsoleLoggerInstall()161 RowChange = ConsoleInfo->RowsPerScreen; in ConsoleLoggerDisplayHistory()164 RowChange = ConsoleInfo->RowsPerScreen / 2; in ConsoleLoggerDisplayHistory()281 ; CurrentRow < ConsoleInfo->RowsPerScreen in UpdateDisplayFromHistory()289 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){ in UpdateDisplayFromHistory()461 …if (ConsoleInfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Scree… in AppendStringToHistory()465 …ASSERT(ConsoleInfo->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Sc… in AppendStringToHistory()471 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()491 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()516 …istoryMode.CursorRow == (INT32) (ConsoleInfo->OriginalStartRow + ConsoleInfo->RowsPerScreen - 1)) { in AppendStringToHistory()[all …]
34 UINTN RowsPerScreen; ///< how many rows the screen can display member