Home
last modified time | relevance | path

Searched refs:getSupportedAxisAt (Results 1 – 7 of 7) sorted by relevance

/frameworks/minikin/tests/unittest/
DFontCollectionTest.cpp212 EXPECT_EQ(original[0]->getSupportedAxisAt(i), copied[0]->getSupportedAxisAt(i)); in TEST()
245 EXPECT_EQ(MakeTag('w', 'd', 't', 'h'), copied[0]->getSupportedAxisAt(0)); in TEST()
246 EXPECT_EQ(MakeTag('w', 'g', 'h', 't'), copied[0]->getSupportedAxisAt(1)); in TEST()
DFontFamilyTest.cpp900 ASSERT_EQ(expected->getSupportedAxisAt(i), actual->getSupportedAxisAt(i)); in expectFontFamilyEquals()
/frameworks/minikin/include/minikin/
DFontFamily.h74 AxisTag getSupportedAxisAt(size_t index) const { return mSupportedAxes[index]; } in getSupportedAxisAt() function
DFontCollection.h190 AxisTag getSupportedAxisAt(size_t index) const { return mSupportedAxes[index]; } in getSupportedAxisAt() function
/frameworks/base/libs/hwui/jni/
DTypeface.cpp136 tagVec[i] = face->fFontCollection->getSupportedAxisAt(i); in Typeface_getSupportedAxes()
/frameworks/minikin/libs/minikin/
DFontFamily.cpp77 if (axis.axisTag == parent->getSupportedAxisAt(i)) { in create()
DFontCollection.cpp168 supportedAxesSet.insert(family->getSupportedAxisAt(i)); in init()