Searched refs:UnderlyingDocumentType (Results 1 – 6 of 6) sorted by relevance
49 using UnderlyingDocumentType = CPDF_Document; variable52 using UnderlyingDocumentType = CPDFXFA_Context; variable57 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);58 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc);
46 CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,100 FPDF_PAGE GetCurrentPage(UnderlyingDocumentType* document);112 UnderlyingDocumentType* GetUnderlyingDocument() const { in GetUnderlyingDocument()230 UnownedPtr<UnderlyingDocumentType> m_pUnderlyingDoc;
301 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()
35 UnderlyingDocumentType* pDoc, in CPDFSDK_FormFillEnvironment()293 UnderlyingDocumentType* document) { in GetCurrentPage()
128 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document)) in FPDFPage_Delete()
298 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()