draw_box          644 libavfilter/opencl/deshake.cl     draw_box(dst, (int2)(transformed_p2.x, transformed_p2.y), big_rect_color, 5);
draw_box          646 libavfilter/opencl/deshake.cl     draw_box(dst, (int2)(transformed_p1.x, transformed_p1.y), (float4)(0.0f, 0.3f, 0.7f, 1.0f), 3);
draw_box          171 libavfilter/vf_drawtext.c     short int draw_box;             ///< draw box around text - true or false
draw_box          220 libavfilter/vf_drawtext.c     {"box",         "set box",              OFFSET(draw_box),           AV_OPT_TYPE_BOOL,   {.i64=0},     0,        1       , FLAGS},
draw_box         1458 libavfilter/vf_drawtext.c         int boxoffset     = s->draw_box ? FFMAX(s->boxborderw, 0) : 0;
draw_box         1482 libavfilter/vf_drawtext.c     if (s->draw_box)