Home
last modified time | relevance | path

Searched refs:baseCodepoint (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontCollection.cpp554 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, in hasVariationSelector() argument
559 if (baseCodepoint >= mMaxChar) { in hasVariationSelector()
565 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) { in hasVariationSelector()
578 if (!family->isColorEmojiFamily() && family->hasGlyph(baseCodepoint, 0)) { in hasVariationSelector()
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java108 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { in HasGlyphTestCase() argument
109 mBaseCodepoint = baseCodepoint; in HasGlyphTestCase()
/frameworks/minikin/include/minikin/
DFontCollection.h175 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;