Searched refs:UnderlyingFromFPDFDocument (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfsdk_define.h52 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);
H A Dfpdfview.cpp282 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) { function
296 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr;
298 return UnderlyingFromFPDFDocument(doc);
651 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document);
657 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document);
865 delete UnderlyingFromFPDFDocument(document);
1030 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document);
H A Dfpdfeditpage.cpp95 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document))
H A Dfpdfformfill.cpp247 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document);

Completed in 122 milliseconds