draw_text          54 libavfilter/avf_showvolume.c     int draw_text;
draw_text          82 libavfilter/avf_showvolume.c     { "t", "display channel names", OFFSET(draw_text), AV_OPT_TYPE_BOOL, {.i64=1}, 0, 1, FLAGS },
draw_text         377 libavfilter/avf_showvolume.c             if (s->h >= 8 && s->draw_text) {
draw_text         413 libavfilter/avf_showvolume.c             if (s->h >= 8 && s->draw_text) {
draw_text         210 libavfilter/vf_datascope.c                 draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0);
draw_text         249 libavfilter/vf_datascope.c                 draw_text(&s->draw, out, &color, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0);
draw_text         287 libavfilter/vf_datascope.c                 draw_text(&s->draw, out, &s->white, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0);
draw_text         339 libavfilter/vf_datascope.c             draw_text(&s->draw, out, &s->yellow, 2, xmaxlen + y * P * 12 + (P + 1) * P, text, 0);
draw_text         348 libavfilter/vf_datascope.c             draw_text(&s->draw, out, &s->yellow, ymaxlen + x * C * 10 + 2 * C, 2, text, 1);
draw_text         658 libavfilter/vf_datascope.c     draw_text(&s->draw, out, &s->white,        X + 28, Y + s->ww +  5,           text, 0);
draw_text         663 libavfilter/vf_datascope.c         draw_text(&s->draw, out, s->colors[i], X + 28, Y + s->ww + 15 * (i + 1), text, 0);
draw_text         666 libavfilter/vf_datascope.c     draw_text(&s->draw, out, &s->white,        X + 28, Y + s->ww + 15 * (0 + 5), text, 0);
draw_text         671 libavfilter/vf_datascope.c         draw_text(&s->draw, out, s->colors[i], X + 28, Y + s->ww + 15 * (i + 6), text, 0);
draw_text        1060 libavfilter/vf_datascope.c                 draw_text(&s->draw, frame, &s->white, s->ox +  2 + 280 * i++, s->oy + s->height + 4, text, 0);
draw_text        1537 libavfilter/vf_drawtext.c     draw_text(ctx, frame, frame->width, frame->height);
draw_text         123 libavfilter/vf_waveform.c     void (*draw_text)(AVFrame *out, int x, int y, int mult,
draw_text        2907 libavfilter/vf_waveform.c             s->draw_text(out, x, offset_y + 2, 1, o1, o2, name, s->grat_yuva_color);
draw_text        2949 libavfilter/vf_waveform.c             s->draw_text(out, x, offset_y + 2, mult, o1, o2, name, s->grat_yuva_color);
draw_text        2990 libavfilter/vf_waveform.c             s->draw_text(out, 2 + offset_x, y, 1, o1, o2, name, s->grat_yuva_color);
draw_text        3032 libavfilter/vf_waveform.c             s->draw_text(out, 2 + offset_x, y, mult, o1, o2, name, s->grat_yuva_color);
draw_text        3141 libavfilter/vf_waveform.c         s->draw_text  = s->bits <= 8 ? draw_vtext  : draw_vtext16;
draw_text        3144 libavfilter/vf_waveform.c         s->draw_text  = s->bits <= 8 ? draw_htext  : draw_htext16;
draw_text        3147 libavfilter/vf_waveform.c         s->draw_text  = s->bits <= 8 ? idraw_vtext  : idraw_vtext16;
draw_text        3150 libavfilter/vf_waveform.c         s->draw_text  = s->bits <= 8 ? idraw_htext  : idraw_htext16;
draw_text         901 libavfilter/vsrc_testsrc.c         draw_text(s, frame, &color, 4, 4, buf);