Home
last modified time | relevance | path

Searched refs:kMaxGlyphCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp313 static constexpr int kMaxGlyphCount = 65536; variable
394 if (!stream->readS32(&glyphCount) || glyphCount < 0 || glyphCount > kMaxGlyphCount) { in Deserialize()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp879 constexpr int kMaxGlyphCount = 30;
891 fuzz->nextRange(&glyphCount, 1, kMaxGlyphCount);
907 constexpr int kMaxLength = kMaxGlyphCount;
956 fuzz->nextRange(&len, 0, kMaxGlyphCount);
974 SkASSERT(glyphCount <= kMaxGlyphCount);
/third_party/skia/src/core/
H A DSkCanvas.cpp2409 constexpr int kMaxGlyphCount = 1 << 21;
2413 int glyphsLeft = kMaxGlyphCount - totalGlyphCount;

Completed in 8 milliseconds