Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdftext.cpp339 int link_index, in FPDFLink_GetURL() argument
343 if (link_page && link_index >= 0) { in FPDFLink_GetURL()
345 wsUrl = pageLink->GetURL(link_index); in FPDFLink_GetURL()
361 int link_index) { in FPDFLink_CountRects() argument
362 if (!link_page || link_index < 0) in FPDFLink_CountRects()
366 return pdfium::CollectionSize<int>(pageLink->GetRects(link_index)); in FPDFLink_CountRects()
370 int link_index, in FPDFLink_GetRect() argument
376 if (!link_page || link_index < 0 || rect_index < 0) in FPDFLink_GetRect()
380 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect()
/external/pdfium/public/
Dfpdf_text.h400 int link_index,
414 int link_index);
437 int link_index,