Home
last modified time | relevance | path

Searched refs:rect2 (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1594 static bool compareRects(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in compareRects() argument
1595 return rect1.left == rect2.left && in compareRects()
1596 rect1.right == rect2.right && in compareRects()
1597 rect1.top == rect2.top && in compareRects()
1598 rect1.bottom == rect2.bottom; in compareRects()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp2172 static bool compareRects(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in compareRects() argument
2173 return rect1.left == rect2.left && in compareRects()
2174 rect1.right == rect2.right && in compareRects()
2175 rect1.top == rect2.top && in compareRects()
2176 rect1.bottom == rect2.bottom; in compareRects()