Searched refs:rectArray (Results 1 – 1 of 1) sorted by relevance
550 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect() local551 if (rect_index >= pdfium::CollectionSize<int>(rectArray)) in FPDFLink_GetRect()554 *left = rectArray[rect_index].left; in FPDFLink_GetRect()555 *right = rectArray[rect_index].right; in FPDFLink_GetRect()556 *top = rectArray[rect_index].top; in FPDFLink_GetRect()557 *bottom = rectArray[rect_index].bottom; in FPDFLink_GetRect()