Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dxfa_js_embedder_test.cpp42 return UnderlyingFromFPDFDocument(document())->GetXFADoc()->GetXFADoc(); in GetXFADocument()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp301 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { in UnderlyingFromFPDFDocument() function
315 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr; in CPDFDocumentFromFPDFDocument()
317 return UnderlyingFromFPDFDocument(doc); in CPDFDocumentFromFPDFDocument()
693 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageCount()
699 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_LoadPage()
1105 delete UnderlyingFromFPDFDocument(document); in FPDF_CloseDocument()
1290 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageSizeByIndex()
Dfsdk_define.h57 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);
Dfpdfeditpage.cpp128 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document)) in FPDFPage_Delete()
Dfpdfformfill.cpp298 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()