Searched defs:baseCodepoint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java105 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { argument
106 mBaseCodepoint = baseCodepoint;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp356 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, argument
361 if (baseCodepoint >= mMaxChar) {
369 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) {
376 if (isEmojiStyleVSBase(baseCodepoint) && variationSelector == TEXT_STYLE_VS) {
379 mFamilies[i]->hasGlyph(baseCodepoint, 0)) {

Completed in 389 milliseconds