Searched refs:kMaxGlyphCount (Results 1 – 3 of 3) sorted by relevance
313 static constexpr int kMaxGlyphCount = 65536; variable394 if (!stream->readS32(&glyphCount) || glyphCount < 0 || glyphCount > kMaxGlyphCount) { in Deserialize()
879 constexpr int kMaxGlyphCount = 30; variable891 fuzz->nextRange(&glyphCount, 1, kMaxGlyphCount); in make_fuzz_text()907 constexpr int kMaxLength = kMaxGlyphCount; in make_fuzz_text()956 fuzz->nextRange(&len, 0, kMaxGlyphCount); in make_fuzz_string()974 SkASSERT(glyphCount <= kMaxGlyphCount); in make_fuzz_textblob()
2401 constexpr int kMaxGlyphCount = 1 << 21; in drawTextBlob() local2405 int glyphsLeft = kMaxGlyphCount - totalGlyphCount; in drawTextBlob()