Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp188 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource() local
189 if (!pResList) in RealizeResource()
190 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()
196 if (!pResList->KeyExist(name)) in RealizeResource()
201 pResList->SetNewFor<CPDF_Reference>(name, m_pDocument.Get(), in RealizeResource()