Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp78 m_pCharProcs = m_pFontDict->GetDictFor("CharProcs"); in Load()
104 ToStream(m_pCharProcs ? m_pCharProcs->GetDirectObjectFor(name) : nullptr); in LoadChar()
Dcpdf_type3font.h51 UnownedPtr<CPDF_Dictionary> m_pCharProcs; variable