Home
last modified time | relevance | path

Searched refs:typed_font (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp99 CPDF_Font* typed_font) { in CheckCompositeFontWidths() argument
118 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() local
2428 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() local
2457 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 …]