Searched refs:m_pResources (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 59 if (!m_pPage->m_pResources) { in RealizeResource() 60 m_pPage->m_pResources = new CPDF_Dictionary; in RealizeResource() 61 int objnum = m_pDocument->AddIndirectObject(m_pPage->m_pResources); in RealizeResource() 64 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType); in RealizeResource() 67 m_pPage->m_pResources->SetAt(szType, pResList); in RealizeResource()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 88 m_pResources(pResources), in CPDF_StreamContentParser() 114 if (!m_pResources) { in CPDF_StreamContentParser() 115 m_pResources = m_pParentResources; in CPDF_StreamContentParser() 117 if (!m_pResources) { in CPDF_StreamContentParser() 118 m_pResources = m_pPageResources; in CPDF_StreamContentParser() 630 if (!m_pResources) in Handle_ExecuteXObject() 633 CPDF_Dictionary* pList = m_pResources->GetDict("XObject"); in Handle_ExecuteXObject() 634 if (!pList && m_pPageResources && m_pResources != m_pPageResources) in Handle_ExecuteXObject() 687 CPDF_StreamContentParser parser(m_pDocument, m_pPageResources, m_pResources, in AddForm() 706 new CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources); in AddForm() [all …]
|
D | fpdf_page.cpp | 674 m_pResources(nullptr), in CPDF_PageObjects() 803 m_pPageResources = m_pResources = NULL; in Load() 807 m_pResources = pageAttr ? pageAttr->GetDict() : NULL; in Load() 808 m_pPageResources = m_pResources; in Load() 911 m_pResources = m_pFormDict->GetDict("Resources"); in CPDF_Form() 913 if (!m_pResources) { in CPDF_Form() 914 m_pResources = pParentResources; in CPDF_Form() 916 if (!m_pResources) { in CPDF_Form() 917 m_pResources = pPageResources; in CPDF_Form() 946 new CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources); in Clone()
|
D | fpdf_page_parser_old.cpp | 972 pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, in Start() 1041 nullptr, m_pObjects, m_pObjects->m_pResources, &m_pObjects->m_BBox, in Continue()
|
D | pageint.h | 237 CPDF_Dictionary* m_pResources; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 78 CPDF_Dictionary* m_pResources; variable
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 194 new CPDF_Form(m_pList->GetDocument(), pPage->m_pResources, pStream); in GetAPForm()
|