Searched refs:text_cols (Results 1 – 1 of 1) sorted by relevance
655 size_t text_cols = (ScreenWidth() - x * 2) / char_width_; in DrawWrappedTextLines() local660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines()661 if (sub.size() <= text_cols) { in DrawWrappedTextLines()668 sub.resize(text_cols); in DrawWrappedTextLines()669 next_start += text_cols; in DrawWrappedTextLines()