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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmsgbox.c43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
H A Dyesno.c56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
H A Dinputbox.c61 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
79 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, border_attr, dialog_attr);
H A Ddialog.h149 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
H A Dchecklist.c148 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
H A Dmenubox.c202 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
H A Dutil.c290 draw_box(WINDOW * win, int y, int x, int height, int width, function
H A Dtextbox.c96 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dmsgbox.c44 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
H A Dyesno.c58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
H A Dinputbox.c64 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
95 draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
H A Ddialog.h154 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
H A Dchecklist.c157 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
193 draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2,
H A Dmenubox.c186 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
223 draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2,
H A Dutil.c286 draw_box (WINDOW * win, int y, int x, int height, int width, function
H A Dtextbox.c99 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dyesno.c62 draw_box(dialog, 0, 0, height, width,
H A Dinputbox.c72 draw_box(dialog, 0, 0, height, width,
91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
H A Ddialog.h204 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
H A Dchecklist.c151 draw_box(dialog, 0, 0, height, width,
176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
H A Dmenubox.c212 draw_box(dialog, 0, 0, height, width,
237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
H A Dtextbox.c104 draw_box(dialog, 0, 0, height, width,
H A Dutil.c421 draw_box(WINDOW * win, int y, int x, int height, int width, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c122 short int draw_box; ///< draw box around text - true or false member in struct:__anon2074
152 {"box", "set box", OFFSET(draw_box), AV_OPT_TYPE_INT, {.dbl=0}, 0, 1 },
759 if (dtext->draw_box)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c157 short int draw_box; ///< draw box around text - true or false member in struct:DrawTextContext
206 {"box", "set box", OFFSET(draw_box), AV_OPT_TYPE_INT, {.i64=0}, 0, 1 , FLAGS},
1210 if (s->draw_box)

Completed in 203 milliseconds