Home | History | Annotate | Download | only in tests

Lines Matching defs:typeface

114     // TODO: if axes are set and the back-end doesn't support them, should we create the typeface?
115 sk_sp<SkTypeface> typeface = fm->makeFromStream(std::move(distortable), params);
117 if (!typeface) {
122 int count = typeface->getVariationDesignPosition(nullptr, 0);
129 count = typeface->getVariationDesignPosition(positionRead, SK_ARRAY_COUNT(positionRead));
151 sk_sp<SkTypeface> typeface = fm->makeFromStream(std::move(distortable), params);
152 if (!typeface) {
158 int count = typeface->getVariationDesignPosition(nullptr, 0);
165 count = typeface->getVariationDesignPosition(positionRead, SK_ARRAY_COUNT(positionRead));
177 DEF_TEST(Typeface, reporter) {