Home
last modified time | relevance | path

Searched refs:maxGlyphID (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DTextBlobCacheTest.cpp48 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, in text_blob_cache_inner() argument
76 text[i] = i % maxGlyphID; in text_blob_cache_inner()
/external/skia/src/pdf/
DSkPDFDevice.cpp1504 const SkGlyphID maxGlyphID = SkToU16(typeface->countGlyphs() - 1); in internalDrawText() local
1558 if (gid > maxGlyphID) { in internalDrawText()