Searched refs:UnderlyingFromFPDFDocument (Results 1 – 3 of 3) sorted by relevance
30 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { in UnderlyingFromFPDFDocument() function44 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr; in CPDFDocumentFromFPDFDocument()46 return UnderlyingFromFPDFDocument(doc); in CPDFDocumentFromFPDFDocument()475 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageCount()481 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_LoadPage()740 delete UnderlyingFromFPDFDocument(document); in FPDF_CloseDocument()974 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageSizeByIndex()
155 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()
111 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);