Searched refs:erase_line (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ansi.c | 142 static void erase_line(AVCodecContext * avctx, int xoffset, int xlength) in erase_line() function 276 erase_line(avctx, s->x, avctx->width - s->x); in execute_code() 282 erase_line(avctx, 0, s->x); in execute_code() 293 erase_line(avctx, s->x, avctx->width - s->x); in execute_code() 296 erase_line(avctx, 0, s->x); in execute_code() 299 erase_line(avctx, 0, avctx->width); in execute_code()
|
Completed in 2 milliseconds