Searched refs:scissorL (Results 1 - 4 of 4) sorted by last modified time

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp337 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; local
338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
H A Dhwc_utils.cpp746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; local
747 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp343 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; local
344 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
H A Dhwc_utils.cpp733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; local
734 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);

Completed in 344 milliseconds