Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.h19 const CPDF_Type1Font* AsType1Font() const override;
20 CPDF_Type1Font* AsType1Font() override;
Dcpdf_font.h45 virtual const CPDF_Type1Font* AsType1Font() const;
46 virtual CPDF_Type1Font* AsType1Font();
Dcpdf_font.cpp89 const CPDF_Type1Font* CPDF_Font::AsType1Font() const { in AsType1Font() function in CPDF_Font
93 CPDF_Type1Font* CPDF_Font::AsType1Font() { in AsType1Font() function in CPDF_Font
431 if (AsType1Font()->GetBase14Font() < 0) in IsStandardFont()
Dcpdf_type1font.cpp69 const CPDF_Type1Font* CPDF_Type1Font::AsType1Font() const { in AsType1Font() function in CPDF_Type1Font
73 CPDF_Type1Font* CPDF_Type1Font::AsType1Font() { in AsType1Font() function in CPDF_Type1Font
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp166 CPDF_Type1Font* pT1Font = pFont->AsType1Font(); in GetStandardFont()