Home
last modified time | relevance | path

Searched refs:draw_box (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/kconfig/lxdialog/
H A Dinputbox.c72 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 Dyesno.c62 draw_box(dialog, 0, 0, height, width, in dialog_yesno()
H A Dchecklist.c145 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 Ddialog.h198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
H A Dmenubox.c212 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 Dtextbox.c104 draw_box(dialog, 0, 0, height, width, in dialog_textbox()
H A Dutil.c406 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c173 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