Home | History | Annotate | Download | only in base

Lines Matching refs:aRect

719     hwc_rect_t *aRect = &a->displayFrame;
722 if (bRect->right <= aRect->left ||
723 bRect->left >= aRect->right ||
724 bRect->top >= aRect->bottom ||
725 bRect->bottom <= aRect->top)