Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp655 size_t text_cols = (ScreenWidth() - x * 2) / char_width_; in DrawWrappedTextLines() local
660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines()
661 if (sub.size() <= text_cols) { in DrawWrappedTextLines()
668 sub.resize(text_cols); in DrawWrappedTextLines()
669 next_start += text_cols; in DrawWrappedTextLines()