Searched refs:AsType1Font (Results 1 – 5 of 5) sorted by relevance
19 const CPDF_Type1Font* AsType1Font() const override;20 CPDF_Type1Font* AsType1Font() override;
45 virtual const CPDF_Type1Font* AsType1Font() const;46 virtual CPDF_Type1Font* AsType1Font();
89 const CPDF_Type1Font* CPDF_Font::AsType1Font() const { in AsType1Font() function in CPDF_Font93 CPDF_Type1Font* CPDF_Font::AsType1Font() { in AsType1Font() function in CPDF_Font431 if (AsType1Font()->GetBase14Font() < 0) in IsStandardFont()
69 const CPDF_Type1Font* CPDF_Type1Font::AsType1Font() const { in AsType1Font() function in CPDF_Type1Font73 CPDF_Type1Font* CPDF_Type1Font::AsType1Font() { in AsType1Font() function in CPDF_Type1Font
166 CPDF_Type1Font* pT1Font = pFont->AsType1Font(); in GetStandardFont()