Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp134 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource() local
135 if (!pResList) in RealizeResource()
136 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()
142 if (!pResList->KeyExist(name)) in RealizeResource()
147 pResList->SetNewFor<CPDF_Reference>(name, m_pDocument.Get(), in RealizeResource()