Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp716 hwc_rect_t *bRect = &b->displayFrame; in hasIntersection() local
718 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()