|
FFmpeg
|
CGA/EGA/VGA ROM font data. More...
Go to the source code of this file.
Functions | |
| const uint8_t * | avpriv_cga_font_get (void) |
| const uint8_t * | avpriv_vga16_font_get (void) |
Variables | |
| static const uint8_t | cga_font [2048] |
| static const uint8_t | vga16_font [4096] |
CGA/EGA/VGA ROM font data.
Definition in file xga_font_data.c.
| const uint8_t * avpriv_cga_font_get | ( | void | ) |
Definition at line 160 of file xga_font_data.c.
Referenced by decode_init(), draw_htext(), draw_htext(), draw_htext16(), draw_htext16(), draw_ihtext(), draw_ihtext16(), draw_text(), draw_text(), draw_vtext(), draw_vtext16(), drawtext(), drawtext(), drawtext(), drawtext(), drawtext(), execute_code(), idraw_htext(), idraw_htext16(), idraw_vtext(), idraw_vtext16(), and tmv_decode_frame().
| const uint8_t * avpriv_vga16_font_get | ( | void | ) |
Definition at line 424 of file xga_font_data.c.
Referenced by decode_init(), decode_init(), drawtext(), execute_code(), and render_default_font().
|
static |
Definition at line 29 of file xga_font_data.c.
Referenced by avpriv_cga_font_get(), draw_text(), draw_text(), and tmv_decode_frame().
|
static |
Definition at line 165 of file xga_font_data.c.
Referenced by avpriv_vga16_font_get(), and render_default_font().