Searched refs:draw_shadow (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/scripts/kconfig/lxdialog/ |
D | yesno.c | 44 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
|
D | dialog.h | 209 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
D | inputbox.c | 55 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
|
D | checklist.c | 133 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
|
D | textbox.c | 91 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
|
D | menubox.c | 196 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
|
D | util.c | 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function
|