• Home
  • Raw
  • Download

Lines Matching refs:RowsPerScreen

52   (*ConsoleInfo)->RowsPerScreen               = 0;  in ConsoleLoggerInstall()
178 RowChange = ConsoleInfo->RowsPerScreen; in ConsoleLoggerDisplayHistory()
181 RowChange = ConsoleInfo->RowsPerScreen / 2; in ConsoleLoggerDisplayHistory()
296 ; CurrentRow < ConsoleInfo->RowsPerScreen in UpdateDisplayFromHistory()
304 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){ in UpdateDisplayFromHistory()
475 …if (ConsoleInfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Scree… in AppendStringToHistory()
479 …ASSERT(ConsoleInfo->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Sc… in AppendStringToHistory()
485 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
505 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
530 …istoryMode.CursorRow == (INT32) (ConsoleInfo->OriginalStartRow + ConsoleInfo->RowsPerScreen - 1)) { in AppendStringToHistory()
801 if ((ConsoleInfo->RowsPerScreen) -1 == ShellInfoObject.ConsoleInfo->RowCounter) { in ConsoleLoggerPrintWithPageBreak()
1081 ; Row < (ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) in ConsoleLoggerClearScreen()
1219 …e (gST->ConOut, gST->ConOut->Mode->Mode, &ConsoleInfo->ColsPerScreen, &ConsoleInfo->RowsPerScreen); in ConsoleLoggerResetBuffers()
1224 …ConsoleInfo->BufferSize = (ConsoleInfo->ColsPerScreen + 2) * ConsoleInfo->RowsPerScreen * ConsoleI… in ConsoleLoggerResetBuffers()
1225 …ConsoleInfo->AttribSize = ConsoleInfo->ColsPerScreen * ConsoleInfo->RowsPerScreen * ConsoleInfo->S… in ConsoleLoggerResetBuffers()