Home
last modified time | relevance | path

Searched refs:m_pFontResources (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp58 m_pFontResources.Reset(m_pFontDict->GetDictFor("Resources")); in Load()
124 m_pFontResources ? m_pFontResources.Get() : m_pPageResources.Get(), in LoadChar()
Dcpdf_type3font.h63 RetainPtr<CPDF_Dictionary> m_pFontResources; variable