Home | History | Annotate | Download | only in unit

Lines Matching refs:kNormal

86     EXPECT_EQ(SkTypeface::kNormal, bold->fSkiaStyle);
91 EXPECT_EQ(SkTypeface::kNormal, light->fSkiaStyle);
96 std::unique_ptr<Typeface> normal(Typeface::createRelative(nullptr, SkTypeface::kNormal));
99 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
125 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), SkTypeface::kNormal));
128 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
154 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), SkTypeface::kNormal));
157 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
183 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), SkTypeface::kNormal));
186 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
214 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), SkTypeface::kNormal));
217 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
248 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), SkTypeface::kNormal));
251 EXPECT_EQ(SkTypeface::kNormal, normal->fSkiaStyle);
289 EXPECT_EQ(SkTypeface::kNormal, regular->fSkiaStyle);
330 EXPECT_EQ(SkTypeface::kNormal, regular->fSkiaStyle);
370 EXPECT_EQ(SkTypeface::kNormal, regular->fSkiaStyle);