Searched refs:variationSelector (Results 1 – 5 of 5) sorted by relevance
173 bool FontFamily::hasGlyph(uint32_t codepoint, uint32_t variationSelector) const { in hasGlyph()174 if (variationSelector == 0) { in hasGlyph()182 const uint16_t vsIndex = getVsIndex(variationSelector); in hasGlyph()
338 uint32_t variationSelector) const { in hasVariationSelector()339 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()348 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) { in hasVariationSelector()358 if (variationSelector == TEXT_STYLE_VS) { in hasVariationSelector()
49 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
156 bool hasGlyph(uint32_t codepoint, uint32_t variationSelector) const;
83 …t_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoin… in harfbuzzGetGlyph() argument