HomeSort by relevance Sort by last modified time
    Searched defs:aRect (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 640 hwc_rect_t *aRect = &a->displayFrame;
643 if (bRect->right <= aRect->left ||
644 bRect->left >= aRect->right ||
645 bRect->top >= aRect->bottom ||
646 bRect->bottom <= aRect->top)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 716 hwc_rect_t *aRect = &a->displayFrame;
719 if (bRect->right <= aRect->left ||
720 bRect->left >= aRect->right ||
721 bRect->top >= aRect->bottom ||
722 bRect->bottom <= aRect->top)
    [all...]

Completed in 223 milliseconds