Searched refs:typed_font (Results 1 – 1 of 1) sorted by relevance
99 CPDF_Font* typed_font) { in CheckCompositeFontWidths() argument118 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) in CheckCompositeFontWidths()130 EXPECT_EQ(width, typed_font->GetCharWidthF(cur_cid)) in CheckCompositeFontWidths()2427 CPDF_Font* typed_font = CPDFFontFromFPDFFont(font.get()); in TEST_F() local2428 EXPECT_TRUE(typed_font->IsType1Font()); in TEST_F()2430 const CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()2456 CPDF_Font* typed_font = CPDFFontFromFPDFFont(font.get()); in TEST_F() local2457 EXPECT_TRUE(typed_font->IsTrueTypeFont()); in TEST_F()2459 const CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()2485 CPDF_Font* typed_font = CPDFFontFromFPDFFont(font.get()); in TEST_F() local[all …]