HomeSort by relevance Sort by last modified time
    Searched refs:rectArray (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/examples/
mac.c 483 refreshCallback(CGRectCount count, const CGRect *rectArray, void *ignore)
492 rectArray[i].origin.x,rectArray[i].origin.y,
493 rectArray[i].origin.x + rectArray[i].size.width,
494 rectArray[i].origin.y + rectArray[i].size.height);
  /external/pdfium/fpdfsdk/
fpdftext.cpp 340 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index);
341 if (rect_index >= pdfium::CollectionSize<int>(rectArray))
344 *left = rectArray[rect_index].left;
345 *right = rectArray[rect_index].right;
346 *top = rectArray[rect_index].top;
347 *bottom = rectArray[rect_index].bottom;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 765 auto rectArray = damage.getArray(&rectCount);
769 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top,
770 rectArray[rect].right, rectArray[rect].bottom});
855 auto rectArray = region.getArray(&rectCount);
859 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top,
860 rectArray[rect].right, rectArray[rect].bottom})
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 237 std::vector<CFX_FloatRect> rectArray;
253 rectArray.push_back(rect);
299 rectArray.push_back(rect);
300 return rectArray;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 175 std::vector<CFX_RectF> rectArray;
176 pPage->CalcRangeRectArray(nStart, nCount, &rectArray);
178 for (const auto& rectText : rectArray) {
    [all...]

Completed in 813 milliseconds