Searched refs:supportedAxes (Results 1 – 5 of 5) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 58 std::unordered_set<AxisTag>&& supportedAxes, bool isColorEmoji, in FontFamily() argument 64 mSupportedAxes(std::move(supportedAxes)), in FontFamily() 81 std::unordered_set<AxisTag> supportedAxes(axesPtr, axesPtr + axesCount); in readFromInternal() local 95 localeListId, variant, std::move(fonts), std::move(supportedAxes), isColorEmoji, in readFromInternal() 180 std::unordered_set<AxisTag> supportedAxes = mFonts[i]->getSupportedAxes(); in computeCoverage() local 181 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage() 231 std::unordered_set<AxisTag> supportedAxes = font->getSupportedAxes(); in createFamilyWithVariation() local 232 if (!supportedAxes.empty()) { in createFamilyWithVariation() 234 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) { in createFamilyWithVariation()
|
D | Font.cpp | 120 std::unordered_set<AxisTag> supportedAxes; in getSupportedAxes() local 121 analyzeAxes(fvarTable.get(), fvarTable.size(), &supportedAxes); in getSupportedAxes() 122 return supportedAxes; in getSupportedAxes()
|
D | FontCollection.cpp | 92 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes(); in init() local 93 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()
|
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 74 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes() function 95 std::unordered_set<AxisTag>&& supportedAxes, bool isColorEmoji,
|
/frameworks/minikin/tests/unittest/ |
D | FontFamilyTest.cpp | 809 ASSERT_EQ(original->supportedAxes(), copied->supportedAxes()); in TEST_F() 827 ASSERT_EQ(original->supportedAxes(), copied->supportedAxes()); in TEST_F()
|