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

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp640 hwc_rect_t *aRect = &a->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.cpp711 hwc_rect_t *aRect = &a->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 49 milliseconds