Home
last modified time | relevance | path

Searched refs:AxisTag (Results 1 – 6 of 6) sorted by relevance

/frameworks/minikin/include/minikin/
DFontFamily.h55 typedef uint32_t AxisTag; typedef
103 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;
DFontCollection.h59 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()
120 std::unordered_set<AxisTag> mSupportedAxes;
/frameworks/minikin/libs/minikin/
DFontFamily.cpp97 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()
DFontCollection.cpp75 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init()
/frameworks/base/core/jni/android/graphics/
DTypeface.cpp115 const std::unordered_set<minikin::AxisTag>& tagSet = face->fFontCollection->getSupportedTags(); in Typeface_getSupportedAxes()
DFontFamily.cpp269 builder->axes.push_back({static_cast<minikin::AxisTag>(tag), value}); in FontFamily_addAxisValue()