Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp181 if (!m_pObjHolder->m_pResources) { in RealizeResource()
182 m_pObjHolder->m_pResources.Reset( in RealizeResource()
186 m_pObjHolder->m_pResources->GetObjNum()); in RealizeResource()
188 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource()
190 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()
Dcpdf_pagecontentgenerator_unittest.cpp44 return pGen->m_pObjHolder->m_pResources->GetDictFor(type)->GetDictFor(name); in TestGetResource()
/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.cpp33 m_pPage->GetDocument(), m_pPage->m_pResources.Get(), pStream); in SetForm()
Dcpdf_page.cpp31 m_pResources.Reset(pPageAttr ? pPageAttr->GetDict() : nullptr); in CPDF_Page()
32 m_pPageResources = m_pResources; in CPDF_Page()
Dcpdf_contentparser.cpp85 pForm->m_pResources.Get(), pParentMatrix, pForm, pResources, form_bbox, in CPDF_ContentParser()
190 m_pObjectHolder->m_pResources.Get(), m_pObjectHolder->GetBBox(), in Parse()
Dcpdf_pageobjectholder.h100 RetainPtr<CPDF_Dictionary> m_pResources; variable
Dcpdf_pageobjectholder.cpp40 m_pResources(pResources), in CPDF_PageObjectHolder()
Dcpdf_streamcontentparser.cpp263 m_pResources(CPDF_Form::ChooseResourcesDict(pResources, in CPDF_StreamContentParser()
773 m_pDocument.Get(), m_pPageResources.Get(), pStream, m_pResources.Get()); in AddForm()
1128 if (!m_pResources) in FindResourceHolder()
1131 CPDF_Dictionary* pDict = m_pResources->GetDictFor(type); in FindResourceHolder()
1135 if (m_pResources == m_pPageResources || !m_pPageResources) in FindResourceHolder()
1158 pFont->AsType3Font()->SetPageResources(m_pResources.Get()); in FindFont()
Dcpdf_streamcontentparser.h208 RetainPtr<CPDF_Dictionary> const m_pResources; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp202 m_pDocument.Get(), pPage->m_pResources.Get(), pStream); in GetAPForm()
/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp2313 CPDF_Dictionary* graphics_dict = cpage->m_pResources->GetDictFor("ExtGState"); in TEST_F()
2366 CPDF_Dictionary* graphics_dict = cpage->m_pResources->GetDictFor("ExtGState"); in TEST_F()
2407 CPDF_Dictionary* font_dict = cpage->m_pResources->GetDictFor("Font"); in TEST_F()