Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdftext.cpp176 int rect_index, in FPDFText_GetRect() argument
186 textpage->GetRect(rect_index, rect.left, rect.top, rect.right, rect.bottom); in FPDFText_GetRect()
331 int rect_index, in FPDFLink_GetRect() argument
336 if (!link_page || link_index < 0 || rect_index < 0) in FPDFLink_GetRect()
341 if (rect_index >= pdfium::CollectionSize<int>(rectArray)) in FPDFLink_GetRect()
344 *left = rectArray[rect_index].left; in FPDFLink_GetRect()
345 *right = rectArray[rect_index].right; in FPDFLink_GetRect()
346 *top = rectArray[rect_index].top; in FPDFLink_GetRect()
347 *bottom = rectArray[rect_index].bottom; in FPDFLink_GetRect()
/external/pdfium/public/
Dfpdf_text.h203 int rect_index,
406 int rect_index,