Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdftext.cpp299 int link_index, in FPDFLink_GetURL() argument
303 if (link_page && link_index >= 0) { in FPDFLink_GetURL()
305 wsUrl = pageLink->GetURL(link_index); in FPDFLink_GetURL()
321 int link_index) { in FPDFLink_CountRects() argument
322 if (!link_page || link_index < 0) in FPDFLink_CountRects()
326 return pdfium::CollectionSize<int>(pageLink->GetRects(link_index)); in FPDFLink_CountRects()
330 int link_index, in FPDFLink_GetRect() argument
336 if (!link_page || link_index < 0 || rect_index < 0) in FPDFLink_GetRect()
340 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect()
/external/pdfium/public/
Dfpdf_text.h370 int link_index,
384 int link_index);
405 int link_index,