HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_Dest (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 73 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const
76 return CPDF_Dest();
80 return CPDF_Dest();
85 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name));
88 return CPDF_Dest((CPDF_Array*)pDest);
90 return CPDF_Dest();
doc_link.cpp 86 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc)
90 return CPDF_Dest();
95 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name));
98 return CPDF_Dest((CPDF_Array*)pDest);
100 return CPDF_Dest();
doc_action.cpp 8 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const
11 return CPDF_Dest();
15 return CPDF_Dest();
19 return CPDF_Dest();
24 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name));
27 return CPDF_Dest((CPDF_Array*)pDest);
29 return CPDF_Dest();
doc_basic.cpp 9 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc)
26 FX_DWORD CPDF_Dest::GetPageObjNum()
44 int CPDF_Dest::GetZoomMode()
61 FX_FLOAT CPDF_Dest::GetParam(int index)
68 CFX_ByteString CPDF_Dest::GetRemoteName()
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 18 class CPDF_Dest;
108 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
122 class CPDF_Dest
125 CPDF_Dest() : m_pObj(nullptr) { }
126 explicit CPDF_Dest(CPDF_Object* pObj) : m_pObj(pObj) { }
294 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
552 CPDF_Dest GetDest(CPDF_Document* pDoc);
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 85 CPDF_Dest dest = bookmark.GetDest(pDoc);
158 CPDF_Dest dest((CPDF_Array*)pDict);
fsdk_actionhandler.cpp 564 CPDF_Dest MyDest = action.GetDest(pPDFDocument);

Completed in 223 milliseconds