Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp65 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType); in RealizeResource() local
66 if (pResList == NULL) { in RealizeResource()
67 pResList = new CPDF_Dictionary; in RealizeResource()
68 m_pPage->m_pResources->SetAt(szType, pResList); in RealizeResource()
75 if (!pResList->KeyExist(name)) { in RealizeResource()
80 pResList->AddReference(name, m_pDocument, pResourceObj->GetObjNum()); in RealizeResource()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h464 CFX_ByteString GetName(const CPDF_Dictionary* pResList, FX_LPCSTR szType);