Searched refs:getSupportedAxisAt (Results 1 – 7 of 7) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontCollectionTest.cpp | 212 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()
|
D | FontFamilyTest.cpp | 900 ASSERT_EQ(expected->getSupportedAxisAt(i), actual->getSupportedAxisAt(i)); in expectFontFamilyEquals()
|
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 74 AxisTag getSupportedAxisAt(size_t index) const { return mSupportedAxes[index]; } in getSupportedAxisAt() function
|
D | FontCollection.h | 190 AxisTag getSupportedAxisAt(size_t index) const { return mSupportedAxes[index]; } in getSupportedAxisAt() function
|
/frameworks/base/libs/hwui/jni/ |
D | Typeface.cpp | 136 tagVec[i] = face->fFontCollection->getSupportedAxisAt(i); in Typeface_getSupportedAxes()
|
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 77 if (axis.axisTag == parent->getSupportedAxisAt(i)) { in create()
|
D | FontCollection.cpp | 168 supportedAxesSet.insert(family->getSupportedAxisAt(i)); in init()
|