HomeSort by relevance Sort by last modified time
    Searched refs:getIntersection (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 442 fbRect = getIntersection(fbRect, roi);
463 hwc_rect_t res = getIntersection(visibleRect, dstRect);
540 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
541 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
569 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
570 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
631 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
635 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
647 l_roi = getIntersection(temp_roi, l_frame);
648 r_roi = getIntersection(temp_roi, r_frame)
    [all...]
hwc_utils.cpp 734 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
740 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
798 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
    [all...]
hwc_copybit.cpp 169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect);
446 hwc_rect_t result = getIntersection(displayFrame,tmpDisplayFrame);
600 if(!isValidRect(getIntersection(layer->displayFrame,
668 hwc_rect_t iRect = getIntersection(dispFrame, overlap);
    [all...]
hwc_fbupdate.cpp 105 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]);
hwc_utils.h 291 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 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);
539 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
540 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
568 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
569 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
637 l_roi = getIntersection(temp_roi, l_frame);
638 r_roi = getIntersection(temp_roi, r_frame)
    [all...]
hwc_utils.cpp 747 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
753 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
    [all...]
hwc_fbupdate.cpp 98 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]);
hwc_utils.h 267 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect);
455 hwc_rect_t result = getIntersection(displayFrame,tmpDisplayFrame);
626 hwc_rect_t commonRect = getIntersection(prevOvlap, overlap);
635 if(!isValidRect(getIntersection(layer->displayFrame,
657 hwc_rect_t destRect = getIntersection(overlap, layer->displayFrame);
721 hwc_rect_t iRect = getIntersection(dispFrame, overlap);
    [all...]
hwc_mdpcomp.cpp 530 fbRect = getIntersection(fbRect, roi);
551 hwc_rect_t res = getIntersection(visibleRect, dstRect);
629 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
630 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
658 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
659 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
721 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
725 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
737 l_roi = getIntersection(temp_roi, l_frame);
738 r_roi = getIntersection(temp_roi, r_frame)
    [all...]
hwc_utils.cpp     [all...]
hwc_fbupdate.cpp 103 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]);
hwc_utils.h 313 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
  /prebuilts/sdk/tools/
jill.jar 

Completed in 363 milliseconds