HomeSort by relevance Sort by last modified time
    Searched full:text_cols_ (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.cpp 63 text_cols_(0),
462 text_cols_ = gr_fb_width() / char_width_;
464 text_ = Alloc2d(text_rows_, text_cols_ + 1);
465 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1);
466 menu_ = Alloc2d(text_rows_, text_cols_ + 1);
614 if (text_rows_ > 0 && text_cols_ > 0) {
616 if (*ptr == '\n' || text_col_ >= text_cols_) {
647 if (ch == '\n' || text_col_ >= text_cols_) {
662 memset(text_[i], 0, text_cols_ + 1);
745 if (text_rows_ > 0 && text_cols_ > 0)
    [all...]
screen_ui.h 106 size_t text_cols_, text_rows_; member in class:ScreenRecoveryUI

Completed in 138 milliseconds