Home
last modified time | relevance | path

Searched refs:FPDFDocumentFromUnderlying (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_define.h112 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc);
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp34 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc) { in FPDFDocumentFromUnderlying() function
52 return doc ? FPDFDocumentFromUnderlying( in FPDFDocumentFromCPDFDocument()
56 return FPDFDocumentFromUnderlying(doc); in FPDFDocumentFromCPDFDocument()