Searched refs:CPDFArrayFromFPDFDest (Results 1 – 2 of 2) sorted by relevance
231 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()
102 inline CPDF_Array* CPDFArrayFromFPDFDest(FPDF_DEST dest) { in CPDFArrayFromFPDFDest() function