Lines Matching defs:pDict
66 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetFirstChild()
77 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetNextSibling()
90 FPDFBookmark_GetTitle(FPDF_BOOKMARK pDict, void* buffer, unsigned long buflen) { in FPDFBookmark_GetTitle()
113 FPDF_BOOKMARK pDict) { in FPDFBookmark_GetDest()
132 FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) { in FPDFBookmark_GetAction()
139 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType()
160 FPDF_ACTION pDict) { in FPDFAction_GetDest()
171 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) { in FPDFAction_GetFilePath()
186 FPDF_ACTION pDict, in FPDFAction_GetURIPath()
203 FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST pDict) { in FPDFDest_GetPageIndex()
214 FPDFDest_GetView(FPDF_DEST pDict, in FPDFDest_GetView()
232 FPDFDest_GetLocationInPage(FPDF_DEST pDict, in FPDFDest_GetLocationInPage()
294 FPDF_LINK pDict) { in FPDFLink_GetDest()
311 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV FPDFLink_GetAction(FPDF_LINK pDict) { in FPDFLink_GetAction()
331 CPDF_Dictionary* pDict = in FPDFLink_Enumerate() local