Searched defs:hwcRects (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp979 std::vector<hwc_rect_t> hwcRects; local
981 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top,
987 hwcRegion.rects = hwcRects.data();
1075 std::vector<hwc_rect_t> hwcRects; local
1077 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top,
1083 hwcRegion.rects = hwcRects.data();

Completed in 405 milliseconds