FFmpeg
|
CGA/EGA/VGA ROM data. More...
#include <stdint.h>
Include dependency graph for cga_data.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | ff_draw_pc_font (uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg) |
Draw CGA/EGA/VGA font to 8-bit pixel buffer. More... | |
Variables | |
const uint32_t | ff_cga_palette [16] |
const uint32_t | ff_ega_palette [64] |
Detailed Description
Function Documentation
void ff_draw_pc_font | ( | uint8_t * | dst, |
int | linesize, | ||
const uint8_t * | font, | ||
int | font_height, | ||
int | ch, | ||
int | fg, | ||
int | bg | ||
) |
Draw CGA/EGA/VGA font to 8-bit pixel buffer.
- Parameters
-
dst Destination pixel buffer linesize Linesize (pixels) font Font table. We assume font width is always 8 pixels wide. font_height Font height (pixels) fg,bg Foreground and background palette index ch Character to draw
Definition at line 46 of file cga_data.c.
Referenced by draw_char(), and tmv_decode_frame().
Variable Documentation
const uint32_t ff_cga_palette[16] |
Definition at line 30 of file cga_data.c.
Referenced by decode_frame(), decode_init(), set_palette(), and tmv_decode_frame().
const uint32_t ff_ega_palette[64] |
Definition at line 35 of file cga_data.c.
Referenced by decode_frame().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11