Searched refs:CPDF_Dest (Results 1 – 15 of 15) sorted by relevance
34 CPDF_Dest::CPDF_Dest(RetainPtr<const CPDF_Array> pArray) in CPDF_Dest() function in CPDF_Dest37 CPDF_Dest::CPDF_Dest(const CPDF_Dest& that) = default;39 CPDF_Dest::~CPDF_Dest() = default;42 CPDF_Dest CPDF_Dest::Create(CPDF_Document* pDoc, in Create()45 return CPDF_Dest(nullptr); in Create()48 return CPDF_Dest(CPDF_NameTree::LookupNamedDest(pDoc, pDest->GetString())); in Create()50 return CPDF_Dest(ToArray(pDest)); in Create()53 int CPDF_Dest::GetDestPageIndex(CPDF_Document* pDoc) const { in GetDestPageIndex()70 std::vector<float> CPDF_Dest::GetScrollPositionArray() const { in GetScrollPositionArray()81 int CPDF_Dest::GetZoomMode() const { in GetZoomMode()[all …]
18 class CPDF_Dest {20 explicit CPDF_Dest(RetainPtr<const CPDF_Array> pArray);21 CPDF_Dest(const CPDF_Dest& that);22 ~CPDF_Dest();25 static CPDF_Dest Create(CPDF_Document* pDoc,
29 CPDF_Dest dest(nullptr); in TEST()34 CPDF_Dest dest(array); in TEST()40 CPDF_Dest dest(array); in TEST()52 CPDF_Dest dest(array); in TEST()61 CPDF_Dest dest(array); in TEST()
48 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest()50 return CPDF_Dest(nullptr); in GetDest()51 return CPDF_Dest::Create(pDocument, m_pDict->GetDirectObjectFor("Dest")); in GetDest()
26 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest()27 return CPDF_Dest::Create(pDoc, m_pDict->GetDirectObjectFor("Dest")); in GetDest()
56 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest()59 return CPDF_Dest(nullptr); in GetDest()61 return CPDF_Dest::Create(pDoc, m_pDict->GetDirectObjectFor("D")); in GetDest()
25 CPDF_Dest GetDest(CPDF_Document* pDoc);
28 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
54 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
422 CPDF_Dest CPDFSDK_BAAnnot::GetDestination() const { in GetDestination()424 return CPDF_Dest(nullptr); in GetDestination()428 return CPDF_Dest::Create(GetPageView()->GetPDFDocument(), in GetDestination()
152 CPDF_Dest dest = cBookmark.GetDest(pDoc); in FPDFBookmark_GetDest()254 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()
78 CPDF_Dest GetDestination() const;
137 bool DoActionDestination(const CPDF_Dest& dest);
887 bool CPDFSDK_FormFillEnvironment::DoActionDestination(const CPDF_Dest& dest) { in DoActionDestination()1068 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoActionGoTo()
1391 CPDF_Dest dest(std::move(dest_array)); in gotoNamedDest()