Home
last modified time | relevance | path

Searched refs:kMaxLineLength (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/fonts/
Dcreate_test_font.cpp79 kMaxLineLength = 80, enumerator
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
222 if (outChCount >= kMaxLineLength) { in output_font()
242 if (outChCount >= kMaxLineLength) { in output_font()
/external/skia/tools/fonts/
Dcreate_test_font.cpp79 kMaxLineLength = 80, enumerator
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
219 if (outChCount >= kMaxLineLength) { in output_font()
239 if (outChCount >= kMaxLineLength) { in output_font()
/external/libwebm/webvtt/
Dwebvttparser.cc77 enum { kMaxLineLength = 10000 }; // arbitrary in GetLine() enumerator
79 if (ln.length() >= kMaxLineLength) in GetLine()