Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp58 std::unordered_set<AxisTag>&& supportedAxes, bool isColorEmoji, in FontFamily()
81 std::unordered_set<AxisTag> supportedAxes(axesPtr, axesPtr + axesCount); in readFromInternal() local
180 std::unordered_set<AxisTag> supportedAxes = mFonts[i]->getSupportedAxes(); in computeCoverage() local
231 std::unordered_set<AxisTag> supportedAxes = font->getSupportedAxes(); in createFamilyWithVariation() local
DFont.cpp120 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local
DFontCollection.cpp92 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local
/frameworks/minikin/include/minikin/
DFontFamily.h74 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function