Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.h27 const CPDF_Type3Font* AsType3Font() const override;
28 CPDF_Type3Font* AsType3Font() override;
Dcpdf_font.h46 virtual const CPDF_Type3Font* AsType3Font() const;
47 virtual CPDF_Type3Font* AsType3Font();
Dcpdf_type3font.cpp36 const CPDF_Type3Font* CPDF_Type3Font::AsType3Font() const { in AsType3Font() function in CPDF_Type3Font
40 CPDF_Type3Font* CPDF_Type3Font::AsType3Font() { in AsType3Font() function in CPDF_Type3Font
Dcpdf_font.cpp101 const CPDF_Type3Font* CPDF_Font::AsType3Font() const { in AsType3Font() function in CPDF_Font
105 CPDF_Type3Font* CPDF_Font::AsType3Font() { in AsType3Font() function in CPDF_Font
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1187 pFont->AsType3Font()->SetPageResources(m_pResources); in FindFont()
1188 pFont->AsType3Font()->CheckType3FontMetrics(); in FindFont()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1806 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()