Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dyesno.c57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
H A Ddialog.h206 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dinputbox.c67 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
H A Dtextbox.c89 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
H A Dchecklist.c146 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
H A Dmenubox.c207 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
H A Dutil.c455 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function