FONT_WIDTH 173 libavcodec/ansi.c s->x += FONT_WIDTH; FONT_WIDTH 174 libavcodec/ansi.c if (s->x > avctx->width - FONT_WIDTH) { FONT_WIDTH 199 libavcodec/ansi.c s->x = FFMIN(s->x + (s->nb_args > 0 ? s->args[0]*FONT_WIDTH : FONT_WIDTH), avctx->width - FONT_WIDTH); FONT_WIDTH 202 libavcodec/ansi.c s->x = FFMAX(s->x - (s->nb_args > 0 ? s->args[0]*FONT_WIDTH : FONT_WIDTH), 0); FONT_WIDTH 207 libavcodec/ansi.c s->x = s->nb_args > 1 ? av_clip((s->args[1] - 1)*FONT_WIDTH, 0, avctx->width - FONT_WIDTH) : 0; FONT_WIDTH 249 libavcodec/ansi.c s->x = av_clip(s->x, 0, width - FONT_WIDTH); FONT_WIDTH 339 libavcodec/ansi.c s->x = av_clip(s->sx, 0, avctx->width - FONT_WIDTH); FONT_WIDTH 346 libavcodec/ansi.c s->x = av_clip(s->x, 0, avctx->width - FONT_WIDTH); FONT_WIDTH 390 libavcodec/ansi.c i = s->x / FONT_WIDTH; FONT_WIDTH 129 libavcodec/bintext.c s->x += FONT_WIDTH; FONT_WIDTH 130 libavcodec/bintext.c if (s->x > avctx->width - FONT_WIDTH) {