Lines Matching defs:pDict
55 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetFirstChild()
66 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetNextSibling()
78 DLLEXPORT unsigned long STDCALL FPDFBookmark_GetTitle(FPDF_BOOKMARK pDict, in FPDFBookmark_GetTitle()
107 FPDF_BOOKMARK pDict) { in FPDFBookmark_GetDest()
125 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) { in FPDFBookmark_GetAction()
132 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType()
153 FPDF_ACTION pDict) { in FPDFAction_GetDest()
164 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) { in FPDFAction_GetFilePath()
178 FPDF_ACTION pDict, in FPDFAction_GetURIPath()
195 FPDF_DEST pDict) { in FPDFDest_GetPageIndex()
235 FPDF_LINK pDict) { in FPDFLink_GetDest()
252 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK pDict) { in FPDFLink_GetAction()
272 CPDF_Dictionary* pDict = in FPDFLink_Enumerate() local