Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1598 m_pFontResources(nullptr) { in CPDF_Type3Font()
1608 m_pFontResources = m_pFontDict->GetDict("Resources"); in _Load()
1677 m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources, in LoadChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h411 CPDF_Dictionary* m_pFontResources; variable