Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfsdk_define.h44 using UnderlyingDocumentType = CPDF_Document; variable
47 using UnderlyingDocumentType = CPDFXFA_Context; variable
52 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);
53 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc);
Dcpdfsdk_formfillenvironment.h35 CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,
97 UnderlyingDocumentType* GetUnderlyingDocument() const { in GetUnderlyingDocument()
213 UnderlyingDocumentType* m_pUnderlyingDoc;
Dfpdfview.cpp282 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { in UnderlyingFromFPDFDocument()
283 return static_cast<UnderlyingDocumentType*>(doc); in UnderlyingFromFPDFDocument()
286 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc) { in FPDFDocumentFromUnderlying()
651 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageCount()
657 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_LoadPage()
1030 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageSizeByIndex()
Dfpdfeditpage.cpp95 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document)) in FPDFPage_Delete()
Dfpdfformfill.cpp247 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()
Dcpdfsdk_formfillenvironment.cpp34 UnderlyingDocumentType* pDoc, in CPDFSDK_FormFillEnvironment()