Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_doc.cpp254 CPDF_Dest destination(pdfium::WrapRetain(CPDFArrayFromFPDFDest(dest))); in FPDFDest_GetDestPageIndex()
265 CPDF_Dest destination(pdfium::WrapRetain(CPDFArrayFromFPDFDest(dest))); in FPDFDest_GetView()
286 CPDF_Dest destination(pdfium::WrapRetain(CPDFArrayFromFPDFDest(dest))); in FPDFDest_GetLocationInPage()
H A Dcpdfsdk_helpers.h102 inline CPDF_Array* CPDFArrayFromFPDFDest(FPDF_DEST dest) { in CPDFArrayFromFPDFDest() function