Home
last modified time | relevance | path

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

/external/libvncserver/examples/
Dmac.c483 refreshCallback(CGRectCount count, const CGRect *rectArray, void *ignore) in refreshCallback() argument
492 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()
/external/pdfium/fpdfsdk/
Dfpdftext.cpp340 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect() local
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/core/fpdftext/
Dcpdf_textpage.cpp237 std::vector<CFX_FloatRect> rectArray; in GetRectArray() local
253 rectArray.push_back(rect); in GetRectArray()
299 rectArray.push_back(rect); in GetRectArray()
300 return rectArray; in GetRectArray()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp175 std::vector<CFX_RectF> rectArray; in AddSpellCheckObj() local
176 pPage->CalcRangeRectArray(nStart, nCount, &rectArray); in AddSpellCheckObj()
178 for (const auto& rectText : rectArray) { in AddSpellCheckObj()