Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.h24 const CPDF_Type1Font* AsType1Font() const override;
25 CPDF_Type1Font* AsType1Font() override;
Dcpdf_font.h77 virtual const CPDF_Type1Font* AsType1Font() const;
78 virtual CPDF_Type1Font* AsType1Font();
Dcpdf_font.cpp78 const CPDF_Type1Font* CPDF_Font::AsType1Font() const { in AsType1Font() function in CPDF_Font
82 CPDF_Type1Font* CPDF_Font::AsType1Font() { in AsType1Font() function in CPDF_Font
343 return AsType1Font()->IsBase14Font(); in IsStandardFont()
Dcpdf_type1font.cpp81 const CPDF_Type1Font* CPDF_Type1Font::AsType1Font() const { in AsType1Font() function in CPDF_Type1Font
85 CPDF_Type1Font* CPDF_Type1Font::AsType1Font() { in AsType1Font() function in CPDF_Type1Font
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp657 pEncoding = pFont->AsType1Font()->GetEncoding(); in ProcessText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp217 CPDF_Type1Font* pT1Font = pFont->AsType1Font(); in GetStandardFont()