Searched refs:AxisTag (Results 1 – 6 of 6) sorted by relevance
55 typedef uint32_t AxisTag; typedef103 std::unordered_set<AxisTag> getSupportedAxes() const;121 FontVariation(AxisTag axisTag, float value) : axisTag(axisTag), value(value) {} in FontVariation()122 AxisTag axisTag;149 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()172 std::unordered_set<AxisTag> mSupportedAxes;
59 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()120 std::unordered_set<AxisTag> mSupportedAxes;
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()168 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage()219 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation()
75 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init()
115 const std::unordered_set<minikin::AxisTag>& tagSet = face->fFontCollection->getSupportedTags(); in Typeface_getSupportedAxes()
269 builder->axes.push_back({static_cast<minikin::AxisTag>(tag), value}); in FontFamily_addAxisValue()