Searched refs:draw_box (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/kconfig/lxdialog/ |
H A 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()
|
H A D | yesno.c | 62 draw_box(dialog, 0, 0, height, width, in dialog_yesno()
|
H A 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()
|
H A D | dialog.h | 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
H A 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()
|
H A D | textbox.c | 104 draw_box(dialog, 0, 0, height, width, in dialog_textbox()
|
H A D | util.c | 406 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 173 short int draw_box; ///< draw box around text - true or false member 224 {"box", "set box", OFFSET(draw_box), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 , FLAGS}, 1562 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() 1586 if (s->draw_box) in draw_text()
|
Completed in 6 milliseconds