Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp104 CPDF_Dictionary* pDic = new CPDF_Dictionary; in FPDFPage_TransFormWithClip() local
105 CPDF_Stream* pStream = new CPDF_Stream(NULL,0, pDic); in FPDFPage_TransFormWithClip()
112 pDic = new CPDF_Dictionary; in FPDFPage_TransFormWithClip()
113 CPDF_Stream* pEndStream = new CPDF_Stream(NULL,0, pDic); in FPDFPage_TransFormWithClip()
284 CPDF_Dictionary* pDic = new CPDF_Dictionary; in FPDFPage_InsertClipPath() local
285 CPDF_Stream* pStream = new CPDF_Stream(NULL,0, pDic); in FPDFPage_InsertClipPath()
Dfpdfformfill.cpp366 CPDF_Dictionary* pDic = pDoc->GetRoot(); in FORM_DoDocumentAAction() local
367 if (!pDic) in FORM_DoDocumentAAction()
369 CPDF_AAction aa = pDic->GetDict(FX_BSTRC("AA")); in FORM_DoDocumentAAction()
Dfsdk_mgr.cpp1042 CPDF_Dictionary* pDic = m_page->m_pFormDict; in GetPageIndex() local
1044 if(pDoc && pDic) in GetPageIndex()
1046 return pDoc->GetPageIndex(pDic->GetObjNum()); in GetPageIndex()