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

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp982 const hwc_rect_t &other_rect = rects.itemAt(j); local
983 if (intersect(visible_rect, other_rect))
984 overlaps.push_back(intersection(visible_rect, other_rect));

Completed in 68 milliseconds