Searched refs:rectArray (Results 1 – 2 of 2) sorted by relevance
380 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect() local381 if (rect_index >= pdfium::CollectionSize<int>(rectArray)) in FPDFLink_GetRect()384 *left = rectArray[rect_index].left; in FPDFLink_GetRect()385 *right = rectArray[rect_index].right; in FPDFLink_GetRect()386 *top = rectArray[rect_index].top; in FPDFLink_GetRect()387 *bottom = rectArray[rect_index].bottom; in FPDFLink_GetRect()
247 std::vector<CFX_FloatRect> rectArray; in GetRectArray() local263 rectArray.push_back(rect); in GetRectArray()306 rectArray.push_back(rect); in GetRectArray()307 return rectArray; in GetRectArray()