Searched defs:supportedAxes (Results 1 – 4 of 4) sorted by relevance
58 std::unordered_set<AxisTag>&& supportedAxes, bool isColorEmoji, in FontFamily()81 std::unordered_set<AxisTag> supportedAxes(axesPtr, axesPtr + axesCount); in readFromInternal() local180 std::unordered_set<AxisTag> supportedAxes = mFonts[i]->getSupportedAxes(); in computeCoverage() local231 std::unordered_set<AxisTag> supportedAxes = font->getSupportedAxes(); in createFamilyWithVariation() local
120 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local
92 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
74 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function