Home
last modified time | relevance | path

Searched defs:supportedAxes (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontFamily.cpp102 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local
171 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxes(); in computeCoverage() local
222 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxes(); in createFamilyWithVariation() local
DFontCollection.cpp74 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
/frameworks/minikin/include/minikin/
DFontFamily.h51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function