Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp658 size_t next_start = 0; in DrawWrappedTextLines() local
659 while (next_start < line.size()) { in DrawWrappedTextLines()
660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines()
662 next_start += sub.size(); in DrawWrappedTextLines()
669 next_start += text_cols; in DrawWrappedTextLines()
672 next_start += last_space + 1; in DrawWrappedTextLines()