Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp83 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxesLocked() local
181 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxesLocked(); in computeCoverage() local
233 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxesLocked(); in createFamilyWithVariation() local
DFontCollection.cpp80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
/frameworks/minikin/include/minikin/
DFontFamily.h144 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function