Searched refs:IsType1Font (Results 1 – 7 of 7) sorted by relevance
18 bool IsType1Font() const override;
41 virtual bool IsType1Font() const;
73 bool CPDF_Font::IsType1Font() const { in IsType1Font() function in CPDF_Font427 if (!IsType1Font()) in IsStandardFont()
65 bool CPDF_Type1Font::IsType1Font() const { in IsType1Font() function in CPDF_Type1Font
361 if (pFont->IsType1Font()) in ProcessText()
161 if (!pFont->IsType1Font()) in GetStandardFont()
729 EXPECT_TRUE(typed_font->IsType1Font()); in TEST_F()