Searched refs:link_page (Results 1 – 2 of 2) sorted by relevance
500 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) { in FPDFLink_CountWebLinks() argument501 if (!link_page) in FPDFLink_CountWebLinks()504 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_CountWebLinks()508 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL(FPDF_PAGELINK link_page, in FPDFLink_GetURL() argument513 if (link_page && link_index >= 0) { in FPDFLink_GetURL()514 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_GetURL()530 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page, in FPDFLink_CountRects() argument532 if (!link_page || link_index < 0) in FPDFLink_CountRects()535 CPDF_LinkExtract* pageLink = CPDFLinkExtractFromFPDFPageLink(link_page); in FPDFLink_CountRects()539 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page, in FPDFLink_GetRect() argument[all …]
537 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);558 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL(FPDF_PAGELINK link_page,572 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page,595 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page,618 FPDFLink_GetTextRange(FPDF_PAGELINK link_page,630 FPDF_EXPORT void FPDF_CALLCONV FPDFLink_CloseWebLinks(FPDF_PAGELINK link_page);