Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkFont.cpp368 const unsigned numGlyphsInTypeface = typeface->countGlyphs(); in GlyphsToUnichars() local
369 SkAutoTArray<SkUnichar> unichars(numGlyphsInTypeface); in GlyphsToUnichars()
374 text[i] = (id < numGlyphsInTypeface) ? unichars[id] : 0xFFFD; in GlyphsToUnichars()