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