Searched refs:baseCodepoint (Results 1 – 3 of 3) sorted by relevance
426 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, in hasVariationSelector() argument431 if (baseCodepoint >= mMaxChar) { in hasVariationSelector()437 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) { in hasVariationSelector()449 if (!mFamilies[i]->isColorEmojiFamily() && mFamilies[i]->hasGlyph(baseCodepoint, 0)) { in hasVariationSelector()
107 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { in HasGlyphTestCase() argument108 mBaseCodepoint = baseCodepoint; in HasGlyphTestCase()
184 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;