Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp126 CPDF_DocPageData::CPDF_DocPageData(CPDF_Document *pPDFDoc) in CPDF_DocPageData() argument
127 : m_pPDFDoc(pPDFDoc) in CPDF_DocPageData()
Dpageint.h366 CPDF_DocPageData(CPDF_Document *pPDFDoc);
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp411 CPDF_Document* pPDFDoc = this->GetDocument(); in ProcJavascriptFun() local
412 CPDF_DocJSActions docJS(pPDFDoc); in ProcJavascriptFun()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h59 CPDF_DocRenderData(CPDF_Document* pPDFDoc = NULL);
Dfpdf_render.cpp13 CPDF_DocRenderData::CPDF_DocRenderData(CPDF_Document* pPDFDoc) in CPDF_DocRenderData() argument
14 : m_pPDFDoc(pPDFDoc) in CPDF_DocRenderData()