Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdftext.cpp380 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect() local
381 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()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp247 std::vector<CFX_FloatRect> rectArray; in GetRectArray() local
263 rectArray.push_back(rect); in GetRectArray()
306 rectArray.push_back(rect); in GetRectArray()
307 return rectArray; in GetRectArray()