Searched refs:bRect (Results 1 – 2 of 2) sorted by relevance
712 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local714 if (bRect->right <= aRect->left || in hasIntersection()715 bRect->left >= aRect->right || in hasIntersection()716 bRect->top >= aRect->bottom || in hasIntersection()717 bRect->bottom <= aRect->top) in hasIntersection()
641 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local643 if (bRect->right <= aRect->left || in hasIntersection()644 bRect->left >= aRect->right || in hasIntersection()645 bRect->top >= aRect->bottom || in hasIntersection()646 bRect->bottom <= aRect->top) in hasIntersection()