Lines Matching refs:getIntersection
433 dirtyRect = getIntersection(layer->displayFrame, scissor); in calculateDirtyRect()
437 hwc_rect_t intersect = getIntersection(updatingRect, scissor); in calculateDirtyRect()
449 fbRect = getIntersection(fbRect, roi); in trimAgainstROI()
470 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
511 hwc_rect_t dirtyRect = getIntersection(layer->displayFrame, in generateROI()
541 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi); in trimAgainstROI()
542 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); in trimAgainstROI()
570 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
571 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
619 hwc_rect_t l_dirtyRect = getIntersection(layer->displayFrame, in generateROI()
621 hwc_rect_t r_dirtyRect = getIntersection(layer->displayFrame, in generateROI()
642 l_roi = getIntersection(temp_roi, l_frame); in generateROI()
643 r_roi = getIntersection(temp_roi, r_frame); in generateROI()
1406 hwc_rect_t r = getIntersection(botLayer->displayFrame, in hwLimitationsCheck()
1799 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) { in acquireMDPPipes()
1805 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) { in acquireMDPPipes()