Searched refs:typed_font (Results 1 – 1 of 1) sorted by relevance
90 CPDF_Font* typed_font) { in CheckCompositeFontWidths() argument109 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) << " at cid " in CheckCompositeFontWidths()121 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) << " at cid " in CheckCompositeFontWidths()728 CPDF_Font* typed_font = static_cast<CPDF_Font*>(font.get()); in TEST_F() local729 EXPECT_TRUE(typed_font->IsType1Font()); in TEST_F()731 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()757 CPDF_Font* typed_font = static_cast<CPDF_Font*>(font.get()); in TEST_F() local758 EXPECT_TRUE(typed_font->IsTrueTypeFont()); in TEST_F()760 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()787 CPDF_Font* typed_font = static_cast<CPDF_Font*>(font.get()); in TEST_F() local[all …]