FFDrawContext     156 libavfilter/drawutils.c int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags)
FFDrawContext     198 libavfilter/drawutils.c void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4])
FFDrawContext     230 libavfilter/drawutils.c static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[],
FFDrawContext     238 libavfilter/drawutils.c void ff_copy_rectangle2(FFDrawContext *draw,
FFDrawContext     260 libavfilter/drawutils.c void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     325 libavfilter/drawutils.c static int component_used(FFDrawContext *draw, int plane, int comp)
FFDrawContext     355 libavfilter/drawutils.c void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     453 libavfilter/drawutils.c void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     513 libavfilter/drawutils.c int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
FFDrawContext     528 libavfilter/drawutils.c     FFDrawContext draw;
FFDrawContext     545 libavfilter/drawutils.c     FFDrawContext draw;
FFDrawContext      77 libavfilter/drawutils.h int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags);
FFDrawContext      82 libavfilter/drawutils.h void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
FFDrawContext      89 libavfilter/drawutils.h void ff_copy_rectangle2(FFDrawContext *draw,
FFDrawContext     101 libavfilter/drawutils.h void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     108 libavfilter/drawutils.h void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     131 libavfilter/drawutils.h void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     145 libavfilter/drawutils.h int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
FFDrawContext     166 libavfilter/vf_drawtext.c     FFDrawContext dc;
FFDrawContext      91 libavfilter/vf_pad.c     FFDrawContext draw;
FFDrawContext      78 libavfilter/vf_rotate.c     FFDrawContext draw;
FFDrawContext      60 libavfilter/vf_subtitles.c     FFDrawContext draw;
FFDrawContext      41 libavfilter/vf_tile.c     FFDrawContext draw;
FFDrawContext      68 libavfilter/vsrc_testsrc.c     FFDrawContext draw;