Searched refs:ff_draw_pc_font (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cga_data.h | 45 void ff_draw_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg);
|
H A D | cga_data.c | 46 void ff_draw_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg) in ff_draw_pc_font() function
|
H A D | tmv.c | 72 ff_draw_pc_font(dst + x * 8, frame->linesize[0], in tmv_decode_frame()
|
H A D | bintext.c | 133 ff_draw_pc_font(s->frame->data[0] + s->y * s->frame->linesize[0] + s->x, in draw_char()
|
H A D | ansi.c | 177 ff_draw_pc_font(s->frame->data[0] + s->y * s->frame->linesize[0] + s->x, in draw_char()
|
Completed in 3 milliseconds