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

/frameworks/minikin/include/minikin/
H A DFontCollection.h46 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp323 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, argument
328 if (baseCodepoint >= mMaxChar) {
334 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) {
349 if (!mFamilies[i]->isColorEmojiFamily() && mFamilies[i]->hasGlyph(baseCodepoint, 0)) {
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java105 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { argument
106 mBaseCodepoint = baseCodepoint;

Completed in 102 milliseconds