Searched refs:pPDFDoc (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_page.cpp41 CPDF_Document* pPDFDoc = m_pDocument->GetPDFDoc();
42 if (pPDFDoc) {
43 CPDF_Dictionary* pDict = pPDFDoc->GetPage(m_iPageIndex);
55 m_pPDFPage->Load(pPDFDoc, pDict);
H A Dfpdfxfa_doc.cpp36 CPDFXFA_Document::CPDFXFA_Document(CPDF_Document* pPDFDoc, argument
39 m_pPDFDoc(pPDFDoc),
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.h34 FX_BOOL OpenDoc(CPDF_Document* pPDFDoc);
H A Dxfa_ffapp.h38 CPDF_Document* pPDFDoc) override;
H A Dxfa_ffapp.cpp149 CPDF_Document* pPDFDoc) {
150 if (pPDFDoc == NULL) {
154 FX_BOOL bSuccess = pDoc->OpenDoc(pPDFDoc);
148 CreateDoc(IXFA_DocProvider* pProvider, CPDF_Document* pPDFDoc) argument
H A Dxfa_ffdoc.cpp220 FX_BOOL CXFA_FFDoc::OpenDoc(CPDF_Document* pPDFDoc) { argument
221 if (pPDFDoc == NULL) {
224 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot();
254 m_pPDFDoc = pPDFDoc;
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp285 CPDF_Document* pPDFDoc = CPDFDocumentFromFPDFDocument(document); local
286 if (!pPDFDoc)
299 CPDF_Creator FileMaker(pPDFDoc);
H A Dfpdfformfill.cpp329 CPDF_Document* pPDFDoc = pDocument->GetPDFDoc();
330 if (!pPDFDoc)
373 options.m_pOCContext = new CPDF_OCContext(pPDFDoc);
H A Dfpdfview.cpp320 CPDF_Document* pPDFDoc = pParser->GetDocument(); local
321 if (!pPDFDoc)
325 return new CPDFXFA_Document(pPDFDoc, pProvider);
H A Dfsdk_mgr.cpp446 CPDF_Document* pPDFDoc = GetPDFDocument(); local
447 CPDF_DocJSActions docJS(pPDFDoc);
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_doc.h24 CPDFXFA_Document(CPDF_Document* pPDFDoc, CPDFXFA_App* pProvider);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp113 CPDF_DocPageData::CPDF_DocPageData(CPDF_Document* pPDFDoc) argument
114 : m_pPDFDoc(pPDFDoc), m_bForceClear(FALSE) {}
H A Dpageint.h326 explicit CPDF_DocPageData(CPDF_Document* pPDFDoc);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h74 CPDF_DocRenderData(CPDF_Document* pPDFDoc = NULL);
H A Dfpdf_render.cpp14 CPDF_DocRenderData::CPDF_DocRenderData(CPDF_Document* pPDFDoc) argument
15 : m_pPDFDoc(pPDFDoc), m_pFontCache(new CFX_FontCache) {}
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h314 CPDF_Document* pPDFDoc) = 0;

Completed in 1020 milliseconds