Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/lxdialog/
Dyesno.c57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
Ddialog.h222 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
Dinputbox.c68 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
Dtextbox.c104 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
Dchecklist.c146 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
Dmenubox.c209 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
Dutil.c511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function