Home
last modified time | relevance | path

Searched refs:FPDFDestFromCPDFArray (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp135 return FPDFDestFromCPDFArray(dest.GetArray()); in FPDFBookmark_GetDest()
141 return FPDFDestFromCPDFArray(action.GetDest(pDoc).GetArray()); in FPDFBookmark_GetDest()
184 return FPDFDestFromCPDFArray(cAction.GetDest(pDoc).GetArray()); in FPDFAction_GetDest()
320 FPDF_DEST dest = FPDFDestFromCPDFArray(cLink.GetDest(pDoc).GetArray()); in FPDFLink_GetDest()
327 return FPDFDestFromCPDFArray(action.GetDest(pDoc).GetArray()); in FPDFLink_GetDest()
Dfpdf_doc_unittest.cpp233 EXPECT_TRUE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F()
246 EXPECT_TRUE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F()
254 EXPECT_FALSE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F()
Dcpdfsdk_helpers.h99 inline FPDF_DEST FPDFDestFromCPDFArray(const CPDF_Array* dest) { in FPDFDestFromCPDFArray() function
Dfpdf_view.cpp1021 return FPDFDestFromCPDFArray( in FPDF_GetNamedDestByName()
1150 return FPDFDestFromCPDFArray(pDestObj->AsArray()); in FPDF_GetNamedDest()