Searched refs:text_cols (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/
H A Dscreen_ui.cpp62 text_cols(0),
359 text_cols = gr_fb_width() / char_width;
360 if (text_cols > kMaxCols - 1) text_cols = kMaxCols - 1;
482 if (text_rows > 0 && text_cols > 0) {
485 if (*ptr == '\n' || text_col >= text_cols) {
503 if (text_rows > 0 && text_cols > 0) {
506 strncpy(menu[i], headers[i], text_cols-1);
507 menu[i][text_cols-1] = '\0';
512 strncpy(menu[i], items[i-menu_top], text_cols
[all...]
H A Dscreen_ui.h92 int text_cols, text_rows; member in class:ScreenRecoveryUI

Completed in 101 milliseconds