Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:getintersection

519     fbRect = getIntersection(fbRect, roi);
540 hwc_rect_t res = getIntersection(visibleRect, dstRect);
612 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
613 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
641 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
642 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
711 l_roi = getIntersection(temp_roi, l_frame);
712 r_roi = getIntersection(temp_roi, r_frame);
966 if (isValidRect(getIntersection(dispFrame, disFrame))) {
1003 hwc_rect_t commonRect = getIntersection(overlapRect[0], overlapRect[1]);
1062 if(!isValidRect(getIntersection(layer->displayFrame,
1069 getIntersection(layer->displayFrame, overlapRect[j]));
1900 hwc_rect_t r = getIntersection(botLayer->displayFrame,
2376 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2382 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {