Searched refs:m_pResources (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 62 if (m_pPage->m_pResources == NULL) { in RealizeResource() 63 m_pPage->m_pResources = FX_NEW CPDF_Dictionary; in RealizeResource() 64 int objnum = m_pDocument->AddIndirectObject(m_pPage->m_pResources); in RealizeResource() 67 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType); in RealizeResource() 70 m_pPage->m_pResources->SetAt(szType, pResList); in RealizeResource()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 688 m_pResources = NULL; in CPDF_PageObjects() 841 m_pPageResources = m_pResources = NULL; in Load() 844 m_pResources = GetPageAttr(FX_BSTRC("Resources"))->GetDict(); in Load() 845 m_pPageResources = m_pResources; in Load() 950 m_pResources = m_pFormDict->GetDict(FX_BSTRC("Resources")); in CPDF_Form() 952 if (m_pResources == NULL) { in CPDF_Form() 953 m_pResources = pParentResources; in CPDF_Form() 955 if (m_pResources == NULL) { in CPDF_Form() 956 m_pResources = pPageResources; in CPDF_Form() 982 … CPDF_Form* pClone = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources); in Clone()
|
D | fpdf_page_parser.cpp | 111 m_pResources = pResources; in PrepareParse() 113 m_pResources = m_pParentResources; in PrepareParse() 115 if (m_pResources == NULL) { in PrepareParse() 116 m_pResources = pPageResources; in PrepareParse() 688 if (m_pResources == NULL) { in Handle_ExecuteXObject() 691 if (m_pResources == m_pPageResources) { in Handle_ExecuteXObject() 692 CPDF_Dictionary* pList = m_pResources->GetDict(FX_BSTRC("XObject")); in Handle_ExecuteXObject() 701 CPDF_Dictionary* pList = m_pResources->GetDict(FX_BSTRC("XObject")); in Handle_ExecuteXObject() 764 parser.PrepareParse(m_pDocument, m_pPageResources, m_pResources, &m_mtContentToUser, in AddForm() 785 pFormObj->m_pForm = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources); in AddForm() [all …]
|
D | fpdf_page_parser_new.cpp | 636 m_pParser->PrepareParse(pPage->m_pDocument, pPage->m_pResources, NULL, NULL, pPage, in Start() 637 pPage->m_pResources, &pPage->m_BBox, &m_Options, NULL, 0); in Start() 666 …m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentM… in Start()
|
D | fpdf_page_parser_old.cpp | 1000 …m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentM… in Start() 1077 … m_pObjects->m_pResources, &m_pObjects->m_BBox, &m_Options, NULL, 0); in Continue()
|
D | pageint.h | 139 CPDF_Dictionary* m_pResources; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 120 CPDF_Dictionary* m_pResources; variable
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.h | 155 return ((CPDF_FormObject*)pParentObj)->m_pForm->m_pResources; in GetFormDict()
|
D | layoutprocessor_reflow.cpp | 1083 …pReflowedPage->GetFormResDict(pImageObj), m_pReflowedPage->m_pPDFPage->m_pResources, 0, 0, TRUE)) { in CreateRFData()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 227 pForm = FX_NEW CPDF_Form(m_pList->m_pDocument, pPage->m_pResources, pStream); in GetAPForm()
|