Searched refs:maxGlyphID (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | TextBlobCacheTest.cpp | 52 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, in text_blob_cache_inner() argument 80 text[i] = i % maxGlyphID; in text_blob_cache_inner()
|
/external/skia/tests/ |
D | TextBlobCacheTest.cpp | 67 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, in text_blob_cache_inner() argument 96 text[i] = i % maxGlyphID; in text_blob_cache_inner()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 788 minGlyphID, maxGlyphID = values[0][0], values[-1][0] 789 if len(values) != maxGlyphID - minGlyphID + 1:
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 1140 const SkGlyphID maxGlyphID = SkToU16(typeface->countGlyphs() - 1); in internalDrawGlyphRun() local 1189 if (gid > maxGlyphID) { in internalDrawGlyphRun()
|