Searched refs:next_start (Results 1 – 1 of 1) sorted by relevance
649 size_t next_start = 0; in DrawWrappedTextLines() local650 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()