Searched refs:bRect (Results 1 – 1 of 1) sorted by relevance
716 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local718 if (bRect->right <= aRect->left || in hasIntersection()719 bRect->left >= aRect->right || in hasIntersection()720 bRect->top >= aRect->bottom || in hasIntersection()721 bRect->bottom <= aRect->top) in hasIntersection()