Searched refs:hasVSGlyph (Results 1 – 1 of 1) sorted by relevance
241 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs); in calcCoverageScore() local242 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore()247 if ((vs == 0 || hasVSGlyph) && (mFamilies[0] == fontFamily || fontFamily->isCustomFallback())) { in calcCoverageScore()253 if (vs != 0 && hasVSGlyph) { in calcCoverageScore()