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.cpp1620 m_pFontResources = m_pFontDict->GetDict(FX_BSTRC("Resources")); in _Load()
1691 …pChar->m_pForm = new CPDF_Form(m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources… in LoadChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h484 CPDF_Dictionary* m_pFontResources; variable