Searched defs:supportedAxes (Results 1 – 3 of 3) sorted by relevance
102 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local171 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage() local222 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation() local
74 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function