OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menu_top
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
99
int
menu_top
, menu_items, menu_sel;
member in class:ScreenRecoveryUI
screen_ui.cpp
69
menu_top
(0),
255
for (; i <
menu_top
+ menu_items; ++i) {
256
if (i ==
menu_top
) SetColor(MENU);
258
if (i ==
menu_top
+ menu_sel) {
267
if (menu[i][0]) gr_text(4, y, menu[i], i <
menu_top
);
575
menu_top
= i;
577
if (items[i-
menu_top
] == NULL) break;
578
strncpy(menu[i], items[i-
menu_top
], text_cols-1);
581
menu_items = i -
menu_top
;
Completed in 25 milliseconds