Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp369 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs); in calcCoverageScore() local
370 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore()
375 if ((vs == 0 || hasVSGlyph) && isPrimaryFamily(fontFamily)) { in calcCoverageScore()
381 if (vs != 0 && hasVSGlyph) { in calcCoverageScore()