FFDrawContext     178 libavfilter/drawutils.c int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags)
FFDrawContext     231 libavfilter/drawutils.c void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4])
FFDrawContext     288 libavfilter/drawutils.c static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[],
FFDrawContext     296 libavfilter/drawutils.c void ff_copy_rectangle2(FFDrawContext *draw,
FFDrawContext     318 libavfilter/drawutils.c void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     390 libavfilter/drawutils.c static int component_used(FFDrawContext *draw, int plane, int comp)
FFDrawContext     445 libavfilter/drawutils.c void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     622 libavfilter/drawutils.c void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     719 libavfilter/drawutils.c int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
FFDrawContext     734 libavfilter/drawutils.c     FFDrawContext draw;
FFDrawContext      84 libavfilter/drawutils.h int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags);
FFDrawContext      89 libavfilter/drawutils.h void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
FFDrawContext      96 libavfilter/drawutils.h void ff_copy_rectangle2(FFDrawContext *draw,
FFDrawContext     108 libavfilter/drawutils.h void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     115 libavfilter/drawutils.h void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     138 libavfilter/drawutils.h void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
FFDrawContext     152 libavfilter/drawutils.h int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
FFDrawContext      28 libavfilter/tests/drawutils.c     FFDrawContext draw;
FFDrawContext      76 libavfilter/tinterlace.h     FFDrawContext draw;
FFDrawContext      45 libavfilter/vf_datascope.c     FFDrawContext draw;
FFDrawContext      51 libavfilter/vf_datascope.c     void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value);
FFDrawContext      52 libavfilter/vf_datascope.c     void (*reverse_color)(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse);
FFDrawContext      84 libavfilter/vf_datascope.c static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color,
FFDrawContext     107 libavfilter/vf_datascope.c static void pick_color8(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)
FFDrawContext     125 libavfilter/vf_datascope.c static void pick_color16(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)
FFDrawContext     143 libavfilter/vf_datascope.c static void reverse_color8(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse)
FFDrawContext     155 libavfilter/vf_datascope.c static void reverse_color16(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse)
FFDrawContext     446 libavfilter/vf_datascope.c     FFDrawContext draw;
FFDrawContext     457 libavfilter/vf_datascope.c     void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value);
FFDrawContext     734 libavfilter/vf_datascope.c     FFDrawContext draw;
FFDrawContext     749 libavfilter/vf_datascope.c     void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value);
FFDrawContext     781 libavfilter/vf_datascope.c static void draw_line(FFDrawContext *draw, int x0, int y0, int x1, int y1,
FFDrawContext     177 libavfilter/vf_drawtext.c     FFDrawContext dc;
FFDrawContext      99 libavfilter/vf_pad.c     FFDrawContext draw;
FFDrawContext      78 libavfilter/vf_rotate.c     FFDrawContext draw;
FFDrawContext      53 libavfilter/vf_stack.c     FFDrawContext draw;
FFDrawContext      62 libavfilter/vf_subtitles.c     FFDrawContext draw;
FFDrawContext      44 libavfilter/vf_tile.c     FFDrawContext draw;
FFDrawContext      41 libavfilter/vf_tpad.c     FFDrawContext draw;
FFDrawContext      73 libavfilter/vsrc_testsrc.c     FFDrawContext draw;