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

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp195 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs); local
196 if (!hasVSGlyph && !fontFamily->getCoverage()->get(ch)) {
201 if ((vs == 0 || hasVSGlyph) && mFamilies[0] == fontFamily) {
211 if (hasVSGlyph) {

Completed in 846 milliseconds