Searched refs:ff_draw_pc_font (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
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 …
|
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 … in ff_draw_pc_font() function
|
D | tmv.c | 72 ff_draw_pc_font(dst + x * 8, frame->linesize[0], in tmv_decode_frame()
|
D | bintext.c | 130 ff_draw_pc_font(s->frame->data[0] + s->y * s->frame->linesize[0] + s->x, in draw_char()
|
D | ansi.c | 176 ff_draw_pc_font(s->frame->data[0] + s->y * s->frame->linesize[0] + s->x, in draw_char()
|