Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp649 size_t next_start = 0; in DrawWrappedTextLines() local
650 while (next_start < line.size()) { in DrawWrappedTextLines()
651 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines()
653 next_start += sub.size(); in DrawWrappedTextLines()
660 next_start += text_cols; in DrawWrappedTextLines()
663 next_start += last_space + 1; in DrawWrappedTextLines()