Searched refs:draw_char (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bintext.c | 128 static void draw_char(AVCodecContext *avctx, int c, int a) in draw_char() function 172 draw_char(avctx, buf[0], buf[1]); in decode_frame() 179 draw_char(avctx, c, *buf++); in decode_frame() 184 draw_char(avctx, *buf++, a); in decode_frame() 190 draw_char(avctx, c, a); in decode_frame() 201 draw_char(avctx, buf[4], buf[5]); in decode_frame() 204 draw_char(avctx, buf[0], buf[1]); in decode_frame() 210 draw_char(avctx, buf[0], buf[1]); in decode_frame()
|
H A D | ansi.c | 163 static void draw_char(AVCodecContext *avctx, int c) in draw_char() function 398 draw_char(avctx, ' '); in decode_frame() 412 draw_char(avctx, buf[0]); in decode_frame() 422 draw_char(avctx, 0x1B); in decode_frame()
|
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 40 static int draw_char(FILE *fp, wchar_t broiled) in draw_char() function 80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]); in draw_line() 115 draw_char(stdout, cc); in highlight()
|
Completed in 2 milliseconds