Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dyesno.c45 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
H A Ddialog.h216 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dinputbox.c56 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
H A Dtextbox.c92 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
H A Dchecklist.c134 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
H A Dmenubox.c197 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
H A Dutil.c499 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function