Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:getIntersection

533       dirtyRect = getIntersection(layer->displayFrame, scissor);
537 hwc_rect_t intersect = getIntersection(updatingRect, scissor);
550 dst = getIntersection(dst, roi);
572 hwc_rect_t res = getIntersection(visibleRect, dstRect);
613 hwc_rect_t dirtyRect = getIntersection(layer->displayFrame,
643 hwc_rect tmpDst = getIntersection(dst, roi);
678 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
679 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
728 hwc_rect_t l_dirtyRect = getIntersection(layer->displayFrame,
730 hwc_rect_t r_dirtyRect = getIntersection(layer->displayFrame,
752 l_roi = getIntersection(temp_roi, l_frame);
753 r_roi = getIntersection(temp_roi, r_frame);
968 if (isValidRect(getIntersection(dispFrame, disFrame))) {
1005 hwc_rect_t commonRect = getIntersection(overlapRect[0], overlapRect[1]);
1064 if(!isValidRect(getIntersection(layer->displayFrame,
1071 getIntersection(layer->displayFrame, overlapRect[j]));
1933 hwc_rect_t r = getIntersection(botLayer->displayFrame,
2417 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2423 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {
2648 hwc_rect_t res = getIntersection(visibleRect, dstRect);
2697 hwc_rect_t dirtyRect = getIntersection(layer->displayFrame,
2715 hwc_rect lRoi = getIntersection(roi, lFrame);
2721 hwc_rect rRoi = getIntersection(roi, rFrame);
2729 hwc_rect lRoi = getIntersection(roi, fullFrame);