Searched refs:hasVariationSelector (Results 1 – 3 of 3) sorted by relevance
108 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector() function in android::MinikinUtils110 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs); in hasVariationSelector()
63 static bool hasVariationSelector(const Typeface* typeface, uint32_t codepoint,
449 bool hasVS = MinikinUtils::hasVariationSelector(typeface, prevCp, cp); in hasGlyph()