Searched refs:fakedFont (Results 1 – 3 of 3) sorted by relevance
92 EXPECT_NE(nullptr, run.fakedFont.font); in getFontName()94 ((FreeTypeMinikinFontForTest*)run.fakedFont.font->typeface().get())->fontPath()); in getFontName()116 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold()); in TEST()117 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic()); in TEST()124 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold()); in TEST()125 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic()); in TEST()132 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold()); in TEST()133 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic()); in TEST()140 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold()); in TEST()141 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic()); in TEST()[all …]
610 const FakedFont& fakedFont = run.fakedFont; in doLayoutRun() local611 const uint8_t font_ix = findOrPushBackFace(fakedFont); in doLayoutRun()614 HbFontUniquePtr font(hb_font_create_sub_font(fakedFont.font->baseFont().get())); in doLayoutRun()617 new SkiaArguments({fakedFont.font->typeface().get(), &paint, fakedFont.fakery}), in doLayoutRun()624 fakedFont.font->typeface()->GetFontExtent(&verticalExtent, paint, fakedFont.fakery); in doLayoutRun()733 fakedFont.font->typeface()->GetBounds(&glyphBounds, glyph_ix, paint, in doLayoutRun()734 fakedFont.fakery); in doLayoutRun()
38 FakedFont fakedFont; member