Searched refs:supportedAxes (Results 1 – 3 of 3) sorted by relevance
102 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local103 analyzeAxes(fvarTable.get(), fvarTable.size(), &supportedAxes); in getSupportedAxes()104 return supportedAxes; in getSupportedAxes()171 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage() local172 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()222 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation() local223 if (!supportedAxes.empty()) { in createFamilyWithVariation()225 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) { in createFamilyWithVariation()
74 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local75 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()
51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function