Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp83 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxesLocked() local
84 analyzeAxes(fvarTable.get(), fvarTable.size(), &supportedAxes); in getSupportedAxesLocked()
85 return supportedAxes; in getSupportedAxesLocked()
181 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxesLocked(); in computeCoverage() local
182 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()
233 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxesLocked(); in createFamilyWithVariation() local
234 if (!supportedAxes.empty()) { in createFamilyWithVariation()
236 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) { in createFamilyWithVariation()
DFontCollection.cpp80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
81 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()
/frameworks/minikin/include/minikin/
DFontFamily.h144 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function