Searched refs:link_page (Results 1 – 2 of 2) sorted by relevance
330 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) { in FPDFLink_CountWebLinks() argument331 if (!link_page) in FPDFLink_CountWebLinks()334 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_CountWebLinks()338 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL(FPDF_PAGELINK link_page, in FPDFLink_GetURL() argument343 if (link_page && link_index >= 0) { in FPDFLink_GetURL()344 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_GetURL()360 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page, in FPDFLink_CountRects() argument362 if (!link_page || link_index < 0) in FPDFLink_CountRects()365 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_CountRects()369 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page, in FPDFLink_GetRect() argument[all …]
378 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);399 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL(FPDF_PAGELINK link_page,413 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page,436 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page,451 FPDF_EXPORT void FPDF_CALLCONV FPDFLink_CloseWebLinks(FPDF_PAGELINK link_page);