Searched refs:menu_ (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | wear_ui.cpp | 154 if (menu_[i][0]) { in draw_screen_locked() 155 gr_text(gr_sys_font(), x + 4, y, menu_[i], 1); in draw_screen_locked() 158 } else if (menu_[i][0]) { in draw_screen_locked() 159 gr_text(gr_sys_font(), x + 4, y, menu_[i], 0); in draw_screen_locked() 259 strncpy(menu_[i], items[i], text_cols_ - 1); in StartMenu() 260 menu_[i][text_cols_ - 1] = '\0'; in StartMenu()
|
D | screen_ui.cpp | 69 menu_(nullptr), in ScreenRecoveryUI() 318 gr_text(gr_sys_font(), 4, y, menu_[i], true); in draw_screen_locked() 321 gr_text(gr_sys_font(), 4, y, menu_[i], false); in draw_screen_locked() 471 menu_ = Alloc2d(text_rows_, text_cols_ + 1); in Init() 759 strncpy(menu_[i], items[i], text_cols_ - 1); in StartMenu() 760 menu_[i][text_cols_ - 1] = '\0'; in StartMenu()
|
D | screen_ui.h | 113 char** menu_; variable
|