ff_draw_color      89 libavfilter/drawutils.h void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
ff_draw_color      45 libavfilter/tests/drawutils.c         ff_draw_color(&draw, &color, (uint8_t[]) { 1, 0, 0, 1 });
ff_draw_color     366 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->white,  (uint8_t[]){ 255, 255, 255, 255} );
ff_draw_color     367 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->black,  (uint8_t[]){ 0, 0, 0, alpha} );
ff_draw_color     368 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->yellow, (uint8_t[]){ 255, 255, 0, 255} );
ff_draw_color     369 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->gray,   (uint8_t[]){ 77, 77, 77, 255} );
ff_draw_color     481 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->dark,  (uint8_t[]){ 0, 0, 0, s->o * 255} );
ff_draw_color     482 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->black, (uint8_t[]){ 0, 0, 0, 255} );
ff_draw_color     483 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->white, (uint8_t[]){ 255, 255, 255, 255} );
ff_draw_color     484 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->green, (uint8_t[]){   0, 255,   0, 255} );
ff_draw_color     485 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->blue,  (uint8_t[]){   0,   0, 255, 255} );
ff_draw_color     486 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->red,   (uint8_t[]){ 255,   0,   0, 255} );
ff_draw_color     873 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->dark,    (uint8_t[]){   0,   0,   0, s->o * 255} );
ff_draw_color     896 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->black,   (uint8_t[]){   0,   0,   0, 255} );
ff_draw_color     897 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->white,   (uint8_t[]){ 255, 255, 255, 255} );
ff_draw_color     898 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->green,   (uint8_t[]){   0, 255,   0, 255} );
ff_draw_color     899 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->blue,    (uint8_t[]){   0,   0, 255, 255} );
ff_draw_color     900 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->red,     (uint8_t[]){ 255,   0,   0, 255} );
ff_draw_color     901 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->cyan,    (uint8_t[]){   0, 255, 255, 255} );
ff_draw_color     902 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->magenta, (uint8_t[]){ 255,   0, 255, 255} );
ff_draw_color     903 libavfilter/vf_datascope.c     ff_draw_color(&s->draw, &s->gray,    (uint8_t[]){ 128, 128, 128, 255} );
ff_draw_color     836 libavfilter/vf_drawtext.c     ff_draw_color(&s->dc, &s->fontcolor,   s->fontcolor.rgba);
ff_draw_color     837 libavfilter/vf_drawtext.c     ff_draw_color(&s->dc, &s->shadowcolor, s->shadowcolor.rgba);
ff_draw_color     838 libavfilter/vf_drawtext.c     ff_draw_color(&s->dc, &s->bordercolor, s->bordercolor.rgba);
ff_draw_color     839 libavfilter/vf_drawtext.c     ff_draw_color(&s->dc, &s->boxcolor,    s->boxcolor.rgba);
ff_draw_color    1266 libavfilter/vf_drawtext.c     ff_draw_color(&s->dc, color, color->rgba);
ff_draw_color    1358 libavfilter/vf_drawtext.c         ff_draw_color(&s->dc, &s->fontcolor, s->fontcolor.rgba);
ff_draw_color     115 libavfilter/vf_pad.c     ff_draw_color(&s->draw, &s->color, s->rgba_color);
ff_draw_color     300 libavfilter/vf_rotate.c     ff_draw_color(&rot->draw, &rot->color, rot->fillcolor);
ff_draw_color     262 libavfilter/vf_stack.c             ff_draw_color(&s->draw, &s->color, s->fillcolor);
ff_draw_color     169 libavfilter/vf_subtitles.c         ff_draw_color(&ass->draw, &color, rgba_color);
ff_draw_color     143 libavfilter/vf_tile.c     ff_draw_color(&tile->draw, &tile->blank, tile->rgba_color);
ff_draw_color     235 libavfilter/vf_tinterlace.c         ff_draw_color(&tinterlace->draw, &tinterlace->color, black);
ff_draw_color     174 libavfilter/vf_tpad.c     ff_draw_color(&s->draw, &s->color, s->rgba_color);
ff_draw_color     221 libavfilter/vsrc_testsrc.c     ff_draw_color(&test->draw, &test->color, test->color_rgba);
ff_draw_color     244 libavfilter/vsrc_testsrc.c     ff_draw_color(&test->draw, &test->color, test->color_rgba);
ff_draw_color     697 libavfilter/vsrc_testsrc.c     ff_draw_color(&s->draw, color, rgba);