/third_party/toybox/kconfig/lxdialog/ |
D | inputbox.c | 72 draw_box(dialog, 0, 0, height, width, in dialog_inputbox() 91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox()
|
D | checklist.c | 145 draw_box(dialog, 0, 0, height, width, in dialog_checklist() 170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
|
D | yesno.c | 62 draw_box(dialog, 0, 0, height, width, in dialog_yesno()
|
D | menubox.c | 212 draw_box(dialog, 0, 0, height, width, in dialog_menu() 237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
|
D | dialog.h | 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
D | textbox.c | 104 draw_box(dialog, 0, 0, height, width, in dialog_textbox()
|
D | util.c | 406 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function
|
/third_party/weston/clients/ |
D | cliptest.c | 252 draw_box(cairo_t *cr, pixman_box32_t *box, struct weston_view *view) in draw_box() function 278 draw_box(cr, &g->surf, view); in draw_geometry() 287 draw_box(cr, &g->clip, NULL); in draw_geometry()
|
/third_party/boost/libs/geometry/index/example/ |
D | glut_vis.cpp | 678 void draw_box(Box const& box) in draw_box() function 743 draw_box(search_box); in render_scene() 759 draw_box(search_box); in render_scene()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | deshake.cl | 181 static void draw_box(__write_only image2d_t dst, int2 loc, float4 pixel, int radius) 644 draw_box(dst, (int2)(transformed_p2.x, transformed_p2.y), big_rect_color, 5); 646 draw_box(dst, (int2)(transformed_p1.x, transformed_p1.y), (float4)(0.0f, 0.3f, 0.7f, 1.0f), 3);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 171 short int draw_box; ///< draw box around text - true or false member 220 …{"box", "set box", OFFSET(draw_box), AV_OPT_TYPE_BOOL, {.i64=0}, … 1460 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() 1484 if (s->draw_box) in draw_text()
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | README | 22 draw_box (x1,x2,y1,y2,color); // filled
|