Home
last modified time | relevance | path

Searched refs:link_page (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_text.cpp500 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) { in FPDFLink_CountWebLinks() argument
501 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() argument
513 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() argument
532 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 …]
/external/pdfium/public/
Dfpdf_text.h537 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);