Home
last modified time | relevance | path

Searched refs:draw_shadow (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/scripts/kconfig/lxdialog/
Dyesno.c44 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
Ddialog.h209 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
Dinputbox.c55 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
Dchecklist.c133 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
Dtextbox.c91 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
Dmenubox.c196 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
Dutil.c498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function