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.h49 virtual const CPDF_Type3Font* AsType3Font() const;
50 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.cpp105 const CPDF_Type3Font* CPDF_Font::AsType3Font() const { in AsType3Font() function in CPDF_Font
109 CPDF_Type3Font* CPDF_Font::AsType3Font() { in AsType3Font() function in CPDF_Font
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1180 pFont->AsType3Font()->SetPageResources(m_pResources.Get()); in FindFont()
1181 pFont->AsType3Font()->CheckType3FontMetrics(); in FindFont()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1846 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()