Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:getintersection

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