Home
last modified time | relevance | path

Searched refs:variationSelector (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontFamily.cpp173 bool FontFamily::hasGlyph(uint32_t codepoint, uint32_t variationSelector) const { in hasGlyph()
174 if (variationSelector == 0) { in hasGlyph()
182 const uint16_t vsIndex = getVsIndex(variationSelector); in hasGlyph()
DFontCollection.cpp338 uint32_t variationSelector) const { in hasVariationSelector()
339 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()
348 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) { in hasVariationSelector()
358 if (variationSelector == TEXT_STYLE_VS) { in hasVariationSelector()
/frameworks/minikin/include/minikin/
DFontCollection.h49 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
DFontFamily.h156 bool hasGlyph(uint32_t codepoint, uint32_t variationSelector) const;
/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp83 …t_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoin… in harfbuzzGetGlyph() argument