Home
last modified time | relevance | path

Searched refs:UnderlyingDocumentType (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dfsdk_define.h49 using UnderlyingDocumentType = CPDF_Document; variable
52 using UnderlyingDocumentType = CPDFXFA_Context; variable
57 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);
58 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc);
Dcpdfsdk_formfillenvironment.h46 CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,
100 FPDF_PAGE GetCurrentPage(UnderlyingDocumentType* document);
112 UnderlyingDocumentType* GetUnderlyingDocument() const { in GetUnderlyingDocument()
230 UnownedPtr<UnderlyingDocumentType> m_pUnderlyingDoc;
Dfpdfview.cpp301 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { in UnderlyingFromFPDFDocument()
302 return static_cast<UnderlyingDocumentType*>(doc); in UnderlyingFromFPDFDocument()
305 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc) { in FPDFDocumentFromUnderlying()
693 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageCount()
699 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_LoadPage()
1290 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageSizeByIndex()
Dcpdfsdk_formfillenvironment.cpp35 UnderlyingDocumentType* pDoc, in CPDFSDK_FormFillEnvironment()
293 UnderlyingDocumentType* document) { in GetCurrentPage()
Dfpdfeditpage.cpp128 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document)) in FPDFPage_Delete()
Dfpdfformfill.cpp298 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()