Searched refs:next_start (Results 1 – 1 of 1) sorted by relevance
652 size_t next_start = 0; in DrawWrappedTextLines() local653 while (next_start < line.size()) { in DrawWrappedTextLines()654 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines()656 next_start += sub.size(); in DrawWrappedTextLines()663 next_start += text_cols; in DrawWrappedTextLines()666 next_start += last_space + 1; in DrawWrappedTextLines()