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

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp641 hwc_rect_t *bRect = &b->displayFrame; local
643 if (bRect->right <= aRect->left ||
644 bRect->left >= aRect->right ||
645 bRect->top >= aRect->bottom ||
646 bRect->bottom <= aRect->top)
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp712 hwc_rect_t *bRect = &b->displayFrame; local
714 if (bRect->right <= aRect->left ||
715 bRect->left >= aRect->right ||
716 bRect->top >= aRect->bottom ||
717 bRect->bottom <= aRect->top)

Completed in 88 milliseconds