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