Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp90 CPDF_Font* typed_font) { in CheckCompositeFontWidths() argument
109 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() local
729 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() local
758 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 …]