Searched refs:pDic (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp120 CPDF_Dictionary* pDic = new CPDF_Dictionary;
121 CPDF_Stream* pStream = new CPDF_Stream(nullptr, 0, pDic);
128 pDic = new CPDF_Dictionary;
129 CPDF_Stream* pEndStream = new CPDF_Stream(nullptr, 0, pDic);
294 CPDF_Dictionary* pDic = new CPDF_Dictionary; local
295 CPDF_Stream* pStream = new CPDF_Stream(nullptr, 0, pDic);
H A Dfsdk_mgr.cpp1139 CPDF_Dictionary* pDic = m_page->GetPDFPage()->m_pFormDict; local
1141 CPDF_Dictionary* pDic = m_page->m_pFormDict;
1144 if (pDoc && pDic) {
1145 return pDoc->GetPageIndex(pDic->GetObjNum());
H A Dfpdfformfill.cpp702 CPDF_Dictionary* pDic = pDoc->GetRoot(); local
703 if (!pDic)
706 CPDF_AAction aa = pDic->GetDict("AA");

Completed in 63 milliseconds