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