Searched refs:getSupportedAxesCount (Results 1 – 8 of 8) sorted by relevance
210 ASSERT_EQ(original[0]->getSupportedAxesCount(), copied[0]->getSupportedAxesCount()); in TEST()211 for (size_t i = 0; i < original[0]->getSupportedAxesCount(); i++) { in TEST()243 ASSERT_EQ(2u, copied[0]->getSupportedAxesCount()); in TEST()
898 ASSERT_EQ(expected->getSupportedAxesCount(), actual->getSupportedAxesCount()); in expectFontFamilyEquals()899 for (size_t i = 0; i < expected->getSupportedAxesCount(); i++) { in expectFontFamilyEquals()
70 if (axes.empty() || parent->getSupportedAxesCount() == 0) { in create()76 for (uint32_t i = 0; i < parent->getSupportedAxesCount(); ++i) { in create()94 mSupportedAxes(std::make_unique<AxisTag[]>(parent->getSupportedAxesCount())), in FontFamily()363 const uint16_t axesCount = mFonts[i]->getSupportedAxesCount(); in computeCoverage()425 if (font->getSupportedAxesCount() != 0) { in createFamilyWithVariation()
167 for (size_t i = 0; i < family->getSupportedAxesCount(); i++) { in init()
73 size_t getSupportedAxesCount() const { return mSupportedAxesCount; } in getSupportedAxesCount() function
174 uint16_t getSupportedAxesCount() const { return mSupportedAxesCount; } in getSupportedAxesCount() function
189 size_t getSupportedAxesCount() const { return mSupportedAxesCount; } in getSupportedAxesCount() function
130 const size_t length = face->fFontCollection->getSupportedAxesCount(); in Typeface_getSupportedAxes()