Home
last modified time | relevance | path

Searched refs:dstL (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp359 hwc_rect_t dstL = displayFrame; in configure() local
361 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
364 dstL, NULL, destL)< 0) { in configure()
499 hwc_rect_t dstL = displayFrame; in configure() local
551 dstL.right = (displayFrame.right + displayFrame.left) / 2; in configure()
552 dstR.left = dstL.right; in configure()
560 cropL, dstL, NULL /*metadata*/, destL) < 0) { in configure()
Dhwc_utils.cpp903 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local
910 dstL = displayFrame; in needsScalingWithSplit()
913 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
925 dst_width_l = dstL.right - dstL.left; in needsScalingWithSplit()
926 dst_height_l = dstL.bottom - dstL.top; in needsScalingWithSplit()
Dhwc_mdpcomp.cpp2903 hwc_rect_t dstL = dst; in configure() local
2927 dstL.right = (dst.right + dst.left + cropSwap) / 2; in configure()
2928 dstR.left = dstL.right; in configure()
2942 cropL, dstL, metadata, lDest) < 0) { in configure()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.cpp342 hwc_rect_t dstL = displayFrame; in configure() local
344 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
347 dstL, NULL, destL)< 0) { in configure()
Dhwc_utils.cpp725 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local
732 dstL = displayFrame; in needsScalingWithSplit()
735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
747 dst_width_l = dstL.right - dstL.left; in needsScalingWithSplit()
748 dst_height_l = dstL.bottom - dstL.top; in needsScalingWithSplit()
Dhwc_mdpcomp.cpp2360 hwc_rect_t dstL = dst; in configure() local
2374 dstL.right = (dst.right + dst.left) / 2; in configure()
2375 dstR.left = dstL.right; in configure()
2389 cropL, dstL, metadata, lDest) < 0) { in configure()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp336 hwc_rect_t dstL = displayFrame; in configure() local
338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in configure()
341 dstL, NULL, destL)< 0) { in configure()
Dhwc_utils.cpp738 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local
745 dstL = displayFrame; in needsScalingWithSplit()
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
760 dst_width_l = dstL.right - dstL.left; in needsScalingWithSplit()
761 dst_height_l = dstL.bottom - dstL.top; in needsScalingWithSplit()
Dhwc_mdpcomp.cpp2148 hwc_rect_t dstL = dst; in configure() local
2162 dstL.right = (dst.right + dst.left) / 2; in configure()
2163 dstR.left = dstL.right; in configure()
2177 cropL, dstL, metadata, lDest) < 0) { in configure()