Home
last modified time | relevance | path

Searched refs:UnderlyingFromFPDFDocument (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp30 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { in UnderlyingFromFPDFDocument() function
44 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()
Dfpdfformfill.cpp155 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document); in FPDFDOC_InitFormFillEnvironment()
/external/pdfium/fpdfsdk/include/
Dfsdk_define.h111 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);