Searched refs:scissorL (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 337 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure() local 338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
|
D | hwc_utils.cpp | 746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit() local 747 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit() 748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 343 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure() local 344 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
|
D | hwc_utils.cpp | 733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit() local 734 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit() 735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.cpp | 360 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure() local 361 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
|
D | hwc_utils.cpp | 911 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit() local 912 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit() 913 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
|