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

  /external/u-boot/scripts/kconfig/
nconf.gui.c 558 int text_lines = 0, text_cols = 0; local
585 text_cols = max(win_cols-2, 0);
604 text_cols, 0);
608 text_cols,
657 if (start_x >= total_cols-text_cols)
658 start_x = total_cols-text_cols;
  /bootable/recovery/recovery_ui/
screen_ui.cpp 646 size_t text_cols = (ScreenWidth() - x * 2) / char_width_; local
651 std::string sub = line.substr(next_start, text_cols + 1);
652 if (sub.size() <= text_cols) {
655 // Line too long and must be wrapped to text_cols columns.
659 sub.resize(text_cols);
660 next_start += text_cols;
    [all...]

Completed in 117 milliseconds