HomeSort by relevance Sort by last modified time
    Searched refs:m_pResources (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 62 if (m_pPage->m_pResources == NULL) {
63 m_pPage->m_pResources = FX_NEW CPDF_Dictionary;
64 int objnum = m_pDocument->AddIndirectObject(m_pPage->m_pResources);
67 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType);
70 m_pPage->m_pResources->SetAt(szType, pResList);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 111 m_pResources = pResources;
113 m_pResources = m_pParentResources;
115 if (m_pResources == NULL) {
116 m_pResources = pPageResources;
688 if (m_pResources == NULL) {
691 if (m_pResources == m_pPageResources) {
692 CPDF_Dictionary* pList = m_pResources->GetDict(FX_BSTRC("XObject"));
701 CPDF_Dictionary* pList = m_pResources->GetDict(FX_BSTRC("XObject"));
764 parser.PrepareParse(m_pDocument, m_pPageResources, m_pResources, &m_mtContentToUser,
785 pFormObj->m_pForm = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources);
    [all...]
fpdf_page.cpp 688 m_pResources = NULL;
841 m_pPageResources = m_pResources = NULL;
844 m_pResources = GetPageAttr(FX_BSTRC("Resources"))->GetDict();
845 m_pPageResources = m_pResources;
950 m_pResources = m_pFormDict->GetDict(FX_BSTRC("Resources"));
952 if (m_pResources == NULL) {
953 m_pResources = pParentResources;
955 if (m_pResources == NULL) {
956 m_pResources = pPageResources;
982 CPDF_Form* pClone = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources);
    [all...]
fpdf_page_parser_new.cpp 636 m_pParser->PrepareParse(pPage->m_pDocument, pPage->m_pResources, NULL, NULL, pPage,
637 pPage->m_pResources, &pPage->m_BBox, &m_Options, NULL, 0);
666 m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentMatrix, pForm,
fpdf_page_parser_old.cpp     [all...]
pageint.h 139 CPDF_Dictionary* m_pResources;
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 120 CPDF_Dictionary* m_pResources;
  /external/pdfium/core/src/reflow/
reflowedpage.h 155 return ((CPDF_FormObject*)pParentObj)->m_pForm->m_pResources;
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 227 pForm = FX_NEW CPDF_Form(m_pList->m_pDocument, pPage->m_pResources, pStream);

Completed in 62 milliseconds