Home
last modified time | relevance | path

Searched refs:m_pResources (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp22 m_pResources = m_pFormDict->GetDictFor("Resources"); in CPDF_Form()
24 if (!m_pResources) in CPDF_Form()
25 m_pResources = pParentResources; in CPDF_Form()
26 if (!m_pResources) in CPDF_Form()
27 m_pResources = pPageResources; in CPDF_Form()
Dcpdf_page.cpp35 m_pResources = pPageAttr ? pPageAttr->GetDict() : nullptr; in CPDF_Page()
36 m_pPageResources = m_pResources; in CPDF_Page()
Dcpdf_streamcontentparser.cpp252 m_pResources(pResources), in CPDF_StreamContentParser()
269 if (!m_pResources) in CPDF_StreamContentParser()
270 m_pResources = m_pParentResources; in CPDF_StreamContentParser()
271 if (!m_pResources) in CPDF_StreamContentParser()
272 m_pResources = m_pPageResources; in CPDF_StreamContentParser()
774 m_pDocument.Get(), m_pPageResources.Get(), pStream, m_pResources.Get()); in AddForm()
1159 if (!m_pResources) in FindResourceObj()
1161 CPDF_Dictionary* pDict = m_pResources->GetDictFor(type); in FindResourceObj()
1164 if (m_pResources == m_pPageResources || !m_pPageResources) in FindResourceObj()
1180 pFont->AsType3Font()->SetPageResources(m_pResources.Get()); in FindFont()
Dcpdf_contentparser.cpp88 pForm->m_pResources.Get(), pParentMatrix, pForm, pResources, form_bbox, in CPDF_ContentParser()
162 m_pObjectHolder.Get(), m_pObjectHolder->m_pResources.Get(), in Continue()
Dcpdf_pageobjectholder.cpp22 m_pResources(nullptr), in CPDF_PageObjectHolder()
Dcpdf_pageobjectholder.h78 UnownedPtr<CPDF_Dictionary> m_pResources; variable
Dcpdf_streamcontentparser.h199 UnownedPtr<CPDF_Dictionary> m_pResources; variable
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp128 if (!m_pObjHolder->m_pResources) { in RealizeResource()
129 m_pObjHolder->m_pResources = m_pDocument->NewIndirect<CPDF_Dictionary>(); in RealizeResource()
132 m_pObjHolder->m_pResources->GetObjNum()); in RealizeResource()
134 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource()
136 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()
Dcpdf_pagecontentgenerator_unittest.cpp41 return pGen->m_pObjHolder->m_pResources->GetDictFor(type)->GetDictFor(name); in TestGetResource()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp618 the_page->m_pResources->GetDictFor("ExtGState"); in TEST_F()
672 the_page->m_pResources->GetDictFor("ExtGState"); in TEST_F()
707 CPDF_Dictionary* font_dict = the_page->m_pResources->GetDictFor("Font"); in TEST_F()
Dfpdfannot.cpp165 m_pPage->m_pDocument.Get(), m_pPage->m_pResources.Get(), pStream); in SetForm()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp199 m_pDocument.Get(), pPage->m_pResources.Get(), pStream); in GetAPForm()