Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp102 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local
103 analyzeAxes(fvarTable.get(), fvarTable.size(), &supportedAxes); in getSupportedAxes()
104 return supportedAxes; in getSupportedAxes()
168 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage() local
169 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()
219 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation() local
220 if (!supportedAxes.empty()) { in createFamilyWithVariation()
222 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) { in createFamilyWithVariation()
DFontCollection.cpp75 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
76 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()
/frameworks/minikin/include/minikin/
DFontFamily.h149 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function