Searched refs:CPDF_Type3Font (Results 1 – 10 of 10) sorted by relevance
26 CPDF_Type3Font::CPDF_Type3Font() { in CPDF_Type3Font() function in CPDF_Type3Font30 CPDF_Type3Font::~CPDF_Type3Font() {} in ~CPDF_Type3Font()32 bool CPDF_Type3Font::IsType3Font() const { in IsType3Font()36 const CPDF_Type3Font* CPDF_Type3Font::AsType3Font() const { in AsType3Font()40 CPDF_Type3Font* CPDF_Type3Font::AsType3Font() { in AsType3Font()44 bool CPDF_Type3Font::Load() { in Load()85 void CPDF_Type3Font::LoadGlyphMap() {} in LoadGlyphMap()87 void CPDF_Type3Font::CheckType3FontMetrics() { in CheckType3FontMetrics()91 CPDF_Type3Char* CPDF_Type3Font::LoadChar(uint32_t charcode) { in LoadChar()132 int CPDF_Type3Font::GetCharWidthF(uint32_t charcode) { in GetCharWidthF()[all …]
20 class CPDF_Type3Font : public CPDF_SimpleFont {22 CPDF_Type3Font();23 ~CPDF_Type3Font() override;27 const CPDF_Type3Font* AsType3Font() const override;28 CPDF_Type3Font* AsType3Font() override;
28 class CPDF_Type3Font; variable49 virtual const CPDF_Type3Font* AsType3Font() const;50 virtual CPDF_Type3Font* AsType3Font();
105 const CPDF_Type3Font* CPDF_Font::AsType3Font() const { in AsType3Font()109 CPDF_Type3Font* CPDF_Font::AsType3Font() { in AsType3Font()337 pFont = pdfium::MakeUnique<CPDF_Type3Font>(); in Create()
21 class CPDF_Type3Font; variable28 RetainPtr<CPDF_Type3Cache> GetCachedType3(CPDF_Type3Font* pFont);29 void MaybePurgeCachedType3(CPDF_Type3Font* pFont);
32 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont);41 UnownedPtr<CPDF_Type3Font> const m_pFont;
37 class CPDF_Type3Font; variable151 static RetainPtr<CPDF_Type3Cache> GetCachedType3(CPDF_Type3Font* pFont);168 std::vector<CPDF_Type3Font*> m_Type3FontCache;
48 CPDF_Type3Font* pFont) { in GetCachedType3()58 void CPDF_DocRenderData::MaybePurgeCachedType3(CPDF_Type3Font* pFont) { in MaybePurgeCachedType3()
82 CPDF_Type3Cache::CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {} in CPDF_Type3Cache()
71 void ReleaseCachedType3(CPDF_Type3Font* pFont) { in ReleaseCachedType3()82 explicit CPDF_RefType3Cache(CPDF_Type3Font* pType3Font) in CPDF_RefType3Cache()91 UnownedPtr<CPDF_Type3Font> const m_pType3Font;1834 CPDF_Type3Font* pFont) { in GetCachedType3()1846 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text()