Searched refs:GetDest (Results 1 – 8 of 8) sorted by relevance
133 CPDF_Dest dest = cBookmark.GetDest(pDoc); 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()
256 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoAction_GoTo()
26 CPDF_Dest GetDest(CPDF_Document* pDoc);
28 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
25 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest() function in CPDF_Link
52 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
48 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest() function in CPDF_Bookmark
56 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest() function in CPDF_Action