Searched refs:AxisTag (Results 1 – 9 of 9) sorted by relevance
24 typedef uint32_t AxisTag; typedef27 FontVariation(AxisTag axisTag, float value) : axisTag(axisTag), value(value) {} in FontVariation()28 AxisTag axisTag;
51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()75 std::unordered_set<AxisTag> mSupportedAxes;
67 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()126 std::unordered_set<AxisTag> mSupportedAxes;
116 std::unordered_set<AxisTag> getSupportedAxes() const;
97 std::unordered_set<AxisTag> Font::getSupportedAxes() const { in getSupportedAxes()100 return std::unordered_set<AxisTag>(); in getSupportedAxes()102 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes()171 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage()222 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation()
74 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init()
118 const std::unordered_set<minikin::AxisTag>& tagSet = face->fFontCollection->getSupportedTags(); in Typeface_getSupportedAxes()
270 builder->axes.push_back({static_cast<minikin::AxisTag>(tag), value}); in FontFamily_addAxisValue()
132 toBuilder(builderPtr)->axes.emplace_back(static_cast<minikin::AxisTag>(tag), value); in Font_Builder_addAxis()