Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:irect

1370     hwc_rect_t irect = getIntersection(layer1->displayFrame,
1372 return isValidRect(irect);
1522 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1523 if(isValidRect(irect)) {
1526 dest_rect = deductRect(bottomframe, irect);