Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp711 hwc_rect_t *aRect = &a->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.cpp640 hwc_rect_t *aRect = &a->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()