Searched refs:kMaxGlyphCount (Results 1 – 4 of 4) sorted by relevance
312 static constexpr int kMaxGlyphCount = 65536; variable393 if (!stream->readS32(&glyphCount) || glyphCount < 0 || glyphCount > kMaxGlyphCount) { in Deserialize()
870 constexpr int kMaxGlyphCount = 30; variable882 fuzz->nextRange(&glyphCount, 1, kMaxGlyphCount); in make_fuzz_text()898 constexpr int kMaxLength = kMaxGlyphCount; in make_fuzz_text()947 fuzz->nextRange(&len, 0, kMaxGlyphCount); in make_fuzz_string()965 SkASSERT(glyphCount <= kMaxGlyphCount); in make_fuzz_textblob()
901 constexpr int kMaxGlyphCount = 30; variable913 fuzz->nextRange(&glyphCount, 1, kMaxGlyphCount); in make_fuzz_text()929 constexpr int kMaxLength = kMaxGlyphCount; in make_fuzz_text()986 SkASSERT(glyphCount <= kMaxGlyphCount); in make_fuzz_textblob()
2286 constexpr int kMaxGlyphCount = 1 << 21; in drawTextBlob() local2290 int glyphsLeft = kMaxGlyphCount - totalGlyphCount; in drawTextBlob()