Searched refs:baseCodepoint (Results 1 – 3 of 3) sorted by relevance
554 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, in hasVariationSelector() argument559 if (baseCodepoint >= mMaxChar) { in hasVariationSelector()565 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) { in hasVariationSelector()578 if (!family->isColorEmojiFamily() && family->hasGlyph(baseCodepoint, 0)) { in hasVariationSelector()
108 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { in HasGlyphTestCase() argument109 mBaseCodepoint = baseCodepoint; in HasGlyphTestCase()
175 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;