Searched refs:supportedAxes (Results 1 – 3 of 3) sorted by relevance
83 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxesLocked() local84 analyzeAxes(fvarTable.get(), fvarTable.size(), &supportedAxes); in getSupportedAxesLocked()85 return supportedAxes; in getSupportedAxesLocked()181 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxesLocked(); in computeCoverage() local182 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()233 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxesLocked(); in createFamilyWithVariation() local234 if (!supportedAxes.empty()) { in createFamilyWithVariation()236 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) { in createFamilyWithVariation()
80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local81 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()
144 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function