Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp157 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs); in calcCoverageScore() local
158 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore()
163 if ((vs == 0 || hasVSGlyph) && mFamilies[0] == fontFamily) { in calcCoverageScore()
169 if (vs != 0 && hasVSGlyph) { in calcCoverageScore()