Searched refs:hasVSGlyph (Results 1 – 1 of 1) sorted by relevance
369 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs); in calcCoverageScore() local370 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore()375 if ((vs == 0 || hasVSGlyph) && isPrimaryFamily(fontFamily)) { in calcCoverageScore()381 if (vs != 0 && hasVSGlyph) { in calcCoverageScore()