Searched refs:AsType3Font (Results 1 – 6 of 6) sorted by relevance
27 const CPDF_Type3Font* AsType3Font() const override;28 CPDF_Type3Font* AsType3Font() override;
49 virtual const CPDF_Type3Font* AsType3Font() const;50 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
105 const CPDF_Type3Font* CPDF_Font::AsType3Font() const { in AsType3Font() function in CPDF_Font109 CPDF_Type3Font* CPDF_Font::AsType3Font() { in AsType3Font() function in CPDF_Font
1180 pFont->AsType3Font()->SetPageResources(m_pResources.Get()); in FindFont()1181 pFont->AsType3Font()->CheckType3FontMetrics(); in FindFont()
1846 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()