Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp231 CPDF_Dest destination(CPDFArrayFromFPDFDest(dest)); in FPDFDest_GetDestPageIndex()
242 CPDF_Dest destination(CPDFArrayFromFPDFDest(dest)); in FPDFDest_GetView()
262 auto destination = pdfium::MakeUnique<CPDF_Dest>(CPDFArrayFromFPDFDest(dest)); in FPDFDest_GetLocationInPage()
Dcpdfsdk_helpers.h102 inline CPDF_Array* CPDFArrayFromFPDFDest(FPDF_DEST dest) { in CPDFArrayFromFPDFDest() function