Home
last modified time | relevance | path

Searched refs:hasVariationSelector (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp108 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector() function in android::MinikinUtils
110 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs); in hasVariationSelector()
H A DMinikinUtils.h63 static bool hasVariationSelector(const Typeface* typeface, uint32_t codepoint,
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp449 bool hasVS = MinikinUtils::hasVariationSelector(typeface, prevCp, cp); in hasGlyph()