Searched refs:last_line_length (Results 1 – 2 of 2) sorted by relevance
262 def ClearLine(self, last_line_length): argument277 def ClearLine(self, last_line_length): argument278 print ("\r" + (" " * last_line_length) + "\r"),
86 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() function98 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()117 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()