Searched refs:hwcRects (Results 1 – 3 of 3) sorted by relevance
691 hwc_rect_t* hwcRects = new hwc_rect_t[size]; in set() local693 hwcRects[i].left = rects[i].left; in set()694 hwcRects[i].top = rects[i].top; in set()695 hwcRects[i].right = rects[i].right; in set()696 hwcRects[i].bottom = rects[i].bottom; in set()698 mVisibleRegion.rects = hwcRects; in set()
65 LOCAL_MODULE:= hwcRects69 LOCAL_SRC_FILES:= hwcRects.cpp
848 std::vector<Hwc2::IComposerClient::Rect> hwcRects; in setSurfaceDamage() local850 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top, in setSurfaceDamage()855 mId, hwcRects); in setSurfaceDamage()943 std::vector<Hwc2::IComposerClient::Rect> hwcRects; in setVisibleRegion() local945 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top, in setVisibleRegion()950 mId, hwcRects); in setVisibleRegion()