Data Fields | |
AVFrame | frame |
int | palette [16] |
int | flags |
int | font_height |
const uint8_t * | font |
int | x |
int | y |
Definition at line 36 of file bintext.c.
Definition at line 38 of file bintext.c.
Referenced by decode_init().
const uint8_t* XbinContext::font |
Definition at line 40 of file bintext.c.
Referenced by decode_init(), and draw_char().
Definition at line 39 of file bintext.c.
Referenced by decode_init(), draw_char(), and hscroll().
Definition at line 36 of file bintext.c.
Referenced by decode_end(), decode_frame(), draw_char(), and hscroll().
int XbinContext::palette[16] |
Definition at line 37 of file bintext.c.
Referenced by decode_frame(), and decode_init().
int XbinContext::x |
Definition at line 41 of file bintext.c.
Referenced by decode_frame(), and draw_char().
int XbinContext::y |
Definition at line 41 of file bintext.c.
Referenced by decode_frame(), draw_char(), and hscroll().