Searched refs:m_pResources (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 181 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()
|
D | cpdf_pagecontentgenerator_unittest.cpp | 44 return pGen->m_pObjHolder->m_pResources->GetDictFor(type)->GetDictFor(name); in TestGetResource()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_annotcontext.cpp | 33 m_pPage->GetDocument(), m_pPage->m_pResources.Get(), pStream); in SetForm()
|
D | cpdf_page.cpp | 31 m_pResources.Reset(pPageAttr ? pPageAttr->GetDict() : nullptr); in CPDF_Page() 32 m_pPageResources = m_pResources; in CPDF_Page()
|
D | cpdf_contentparser.cpp | 85 pForm->m_pResources.Get(), pParentMatrix, pForm, pResources, form_bbox, in CPDF_ContentParser() 190 m_pObjectHolder->m_pResources.Get(), m_pObjectHolder->GetBBox(), in Parse()
|
D | cpdf_pageobjectholder.h | 100 RetainPtr<CPDF_Dictionary> m_pResources; variable
|
D | cpdf_pageobjectholder.cpp | 40 m_pResources(pResources), in CPDF_PageObjectHolder()
|
D | cpdf_streamcontentparser.cpp | 263 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()
|
D | cpdf_streamcontentparser.h | 208 RetainPtr<CPDF_Dictionary> const m_pResources; variable
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 202 m_pDocument.Get(), pPage->m_pResources.Get(), pStream); in GetAPForm()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_edit_embeddertest.cpp | 2313 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()
|