Searched refs:AsType1Font (Results 1 – 6 of 6) sorted by relevance
24 const CPDF_Type1Font* AsType1Font() const override;25 CPDF_Type1Font* AsType1Font() override;
77 virtual const CPDF_Type1Font* AsType1Font() const;78 virtual CPDF_Type1Font* AsType1Font();
78 const CPDF_Type1Font* CPDF_Font::AsType1Font() const { in AsType1Font() function in CPDF_Font82 CPDF_Type1Font* CPDF_Font::AsType1Font() { in AsType1Font() function in CPDF_Font343 return AsType1Font()->IsBase14Font(); in IsStandardFont()
81 const CPDF_Type1Font* CPDF_Type1Font::AsType1Font() const { in AsType1Font() function in CPDF_Type1Font85 CPDF_Type1Font* CPDF_Type1Font::AsType1Font() { in AsType1Font() function in CPDF_Type1Font
657 pEncoding = pFont->AsType1Font()->GetEncoding(); in ProcessText()
217 CPDF_Type1Font* pT1Font = pFont->AsType1Font(); in GetStandardFont()