Searched refs:AsType3Font (Results 1 – 6 of 6) sorted by relevance
27 const CPDF_Type3Font* AsType3Font() const override;28 CPDF_Type3Font* AsType3Font() override;
46 virtual const CPDF_Type3Font* AsType3Font() const;47 virtual CPDF_Type3Font* AsType3Font();
36 const CPDF_Type3Font* CPDF_Type3Font::AsType3Font() const { in AsType3Font() function in CPDF_Type3Font40 CPDF_Type3Font* CPDF_Type3Font::AsType3Font() { in AsType3Font() function in CPDF_Type3Font
101 const CPDF_Type3Font* CPDF_Font::AsType3Font() const { in AsType3Font() function in CPDF_Font105 CPDF_Type3Font* CPDF_Font::AsType3Font() { in AsType3Font() function in CPDF_Font
1187 pFont->AsType3Font()->SetPageResources(m_pResources); in FindFont()1188 pFont->AsType3Font()->CheckType3FontMetrics(); in FindFont()
1806 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()