FFmpeg
|
Data Fields | |
uint8_t | characters [SCREEN_ROWS][SCREEN_COLUMNS+1] |
uint8_t | colors [SCREEN_ROWS][SCREEN_COLUMNS+1] |
uint8_t | fonts [SCREEN_ROWS][SCREEN_COLUMNS+1] |
int16_t | row_used |
Definition at line 137 of file ccaption_dec.c.
uint8_t Screen::characters[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 139 of file ccaption_dec.c.
Referenced by handle_char(), handle_delete_end_of_row(), handle_pac(), handle_textattr(), reap_screen(), and roll_up().
uint8_t Screen::colors[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 140 of file ccaption_dec.c.
Referenced by roll_up().
uint8_t Screen::fonts[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 141 of file ccaption_dec.c.
Referenced by roll_up().
int16_t Screen::row_used |
Definition at line 148 of file ccaption_dec.c.
Referenced by handle_char(), handle_edm(), handle_textattr(), reap_screen(), and roll_up().