Searched refs:UnderlyingDocumentType (Results 1 – 6 of 6) sorted by relevance
44 using UnderlyingDocumentType = CPDF_Document; variable47 using UnderlyingDocumentType = CPDFXFA_Context; variable52 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);53 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc);
35 CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,97 UnderlyingDocumentType* GetUnderlyingDocument() const { in GetUnderlyingDocument()213 UnderlyingDocumentType* m_pUnderlyingDoc;
282 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()
95 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document)) in FPDFPage_Delete()
247 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()
34 UnderlyingDocumentType* pDoc, in CPDFSDK_FormFillEnvironment()