Home
last modified time | relevance | path

Searched refs:draw_char (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbintext.c125 static void draw_char(AVCodecContext *avctx, int c, int a) in draw_char() function
170 draw_char(avctx, buf[0], buf[1]); in decode_frame()
177 draw_char(avctx, c, *buf++); in decode_frame()
182 draw_char(avctx, *buf++, a); in decode_frame()
188 draw_char(avctx, c, a); in decode_frame()
199 draw_char(avctx, buf[4], buf[5]); in decode_frame()
202 draw_char(avctx, buf[0], buf[1]); in decode_frame()
208 draw_char(avctx, buf[0], buf[1]); in decode_frame()
Dansi.c162 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/
Dhexedit.c40 static int draw_char(FILE *fp, wchar_t broiled)
80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]); in draw_line()
115 draw_char(stdout, cc); in highlight()