Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp712 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local
714 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()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.cpp641 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local
643 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()