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.cpp45 m_pFontResources = m_pFontDict->GetDictFor("Resources"); in Load()
111 m_pFontResources ? m_pFontResources.Get() : m_pPageResources.Get(), in LoadChar()
Dcpdf_type3font.h53 UnownedPtr<CPDF_Dictionary> m_pFontResources; variable