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

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp41 const uint32_t TEXT_STYLE_VS = 0xFE0E; member in namespace:android
215 if (vs == EMOJI_STYLE_VS || vs == TEXT_STYLE_VS) {
227 } else { // vs == TEXT_STYLE_VS
376 if (isEmojiStyleVSBase(baseCodepoint) && variationSelector == TEXT_STYLE_VS) {
378 if (!mFamilies[i]->isColorEmojiFamily() && variationSelector == TEXT_STYLE_VS &&

Completed in 67 milliseconds