Home
last modified time | relevance | path

Searched refs:last_line_length (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp82 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() function
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
/third_party/node/tools/
H A Dtest.py514 def ClearLine(self, last_line_length):
525 'clear': lambda last_line_length: ("\r" + (" " * last_line_length) + "\r"),
530 def ClearLine(self, last_line_length):
531 print(("\r" + (" " * last_line_length) + "\r"), end='')

Completed in 3 milliseconds