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

/frameworks/minikin/include/minikin/
H A DFontCollection.h49 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp337 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, argument
342 if (baseCodepoint >= mMaxChar) {
348 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) {
360 if (!mFamilies[i]->isColorEmojiFamily() && mFamilies[i]->hasGlyph(baseCodepoint, 0)) {
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java107 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { argument
108 mBaseCodepoint = baseCodepoint;

Completed in 118 milliseconds