Searched defs:supportedAxes (Results 1 – 3 of 3) sorted by relevance
83 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxesLocked() local181 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxesLocked(); in computeCoverage() local233 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxesLocked(); in createFamilyWithVariation() local
80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
144 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function