Searched refs:rectArray (Results 1 – 4 of 4) sorted by relevance
483 refreshCallback(CGRectCount count, const CGRect *rectArray, void *ignore) in refreshCallback() argument492 rectArray[i].origin.x,rectArray[i].origin.y, in refreshCallback()493 rectArray[i].origin.x + rectArray[i].size.width, in refreshCallback()494 rectArray[i].origin.y + rectArray[i].size.height); in refreshCallback()
340 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect() local341 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()
237 std::vector<CFX_FloatRect> rectArray; in GetRectArray() local253 rectArray.push_back(rect); in GetRectArray()299 rectArray.push_back(rect); in GetRectArray()300 return rectArray; in GetRectArray()
175 std::vector<CFX_RectF> rectArray; in AddSpellCheckObj() local176 pPage->CalcRangeRectArray(nStart, nCount, &rectArray); in AddSpellCheckObj()178 for (const auto& rectText : rectArray) { in AddSpellCheckObj()