Searched refs:scroll (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 99 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument 108 if (scroll > 0) { in print_arrows() 124 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows() 159 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() argument 165 *scroll = *scroll + n; in do_scroll() 177 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 240 scroll = *s_scroll; in dialog_menu() 241 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 242 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 243 first_item = scroll; in dialog_menu() [all …]
|
| H A D | checklist.c | 53 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 58 if (scroll > 0) { in print_arrows() 73 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 109 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 177 scroll = choice - list_height + 1; in dialog_checklist() 178 choice -= scroll; in dialog_checklist() 183 item_set(scroll + i); in dialog_checklist() 187 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 200 item_set(i + scroll); in dialog_checklist() 209 if (!scroll) in dialog_checklist() [all …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 599 int "Number of lines to scroll the console by" 604 lines to scroll by. It defaults to 1. Increasing this makes the
|