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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbintext.c121 static void draw_char(AVCodecContext *avctx, int c, int a) function
162 draw_char(avctx, buf[0], buf[1]);
169 draw_char(avctx, c, *buf++);
174 draw_char(avctx, *buf++, a);
180 draw_char(avctx, c, a);
191 draw_char(avctx, buf[4], buf[5]);
194 draw_char(avctx, buf[0], buf[1]);
200 draw_char(avctx, buf[0], buf[1]);
H A Dansi.c155 static void draw_char(AVCodecContext *avctx, int c) function
391 draw_char(avctx, ' ');
405 draw_char(avctx, buf[0]);
415 draw_char(avctx, 0x1B);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dansi.c131 static void draw_char(AVCodecContext *avctx, int c) function
346 draw_char(avctx, ' ');
360 draw_char(avctx, buf[0]);
370 draw_char(avctx, 0x1B);

Completed in 38 milliseconds