Searched refs:draw_bar (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vsrc_testsrc.c | 1312 static void draw_bar(TestSourceContext *test, const uint8_t color[4], in draw_bar() function 1394 draw_bar(test, white, x, 0, r_w, test->h, picref); in pal75bars_fill_picture() 1397 draw_bar(test, rainbow[i], x, 0, r_w, test->h, picref); in pal75bars_fill_picture() 1400 draw_bar(test, black0, x, 0, r_w, test->h, picref); in pal75bars_fill_picture() 1443 draw_bar(test, rainbow100[i], x, 0, r_w, test->h, picref); in pal100bars_fill_picture() 1446 draw_bar(test, black0, x, 0, r_w, test->h, picref); in pal100bars_fill_picture() 1492 draw_bar(test, rainbow[i], x, 0, r_w, r_h, picref); in smptebars_fill_picture() 1493 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref); in smptebars_fill_picture() 1497 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture() 1499 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture() [all …]
|
D | avf_showcqt.h | 82 void (*draw_bar)(AVFrame *out, const float *h, const float *rcp_h, member
|
D | avf_showcqt.c | 1177 s->draw_bar(out, s->h_buf, s->rcp_h_buf, s->c_buf, s->bar_h, s->bar_t); in plot_cqt() 1410 s->draw_bar = draw_bar_rgb; in config_output() 1414 s->draw_bar = draw_bar_yuv; in config_output()
|
/third_party/skia/gm/ |
D | aaclip.cpp | 60 static void draw_bar(SkCanvas* canvas, int x, int y) { in draw_bar() function 68 draw_bar(canvas, 10, 30); in draw_rect_tests()
|
/third_party/flutter/skia/gm/ |
D | aaclip.cpp | 118 static void draw_bar(SkCanvas* canvas, int x, int y) { in draw_bar() function 126 draw_bar(canvas, 10, 30); in draw_rect_tests()
|