Home
last modified time | relevance | path

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

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