Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:getintersection

450     fbRect = getIntersection(fbRect, roi);
471 hwc_rect_t res = getIntersection(visibleRect, dstRect);
548 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
549 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
577 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
578 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
639 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
643 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
655 l_roi = getIntersection(temp_roi, l_frame);
656 r_roi = getIntersection(temp_roi, r_frame);
868 if ((isValidRect(getIntersection(dispFrame, disFrame)))
883 if(isValidRect(getIntersection(overlapRect[0], overlapRect[1]))) {
919 if(!isValidRect(getIntersection(layer->displayFrame,
1603 hwc_rect_t r = getIntersection(botLayer->displayFrame,
2019 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2025 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {