Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp140 const std::unordered_set<minikin::AxisTag>& tagSet = face->fFontCollection->getSupportedTags(); in Typeface_getSupportedAxes() local
141 const size_t length = tagSet.size(); in Typeface_getSupportedAxes()
147 for (const auto& tag : tagSet) { in Typeface_getSupportedAxes()