Searched refs:tmp_dstL (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 1054 hwc_rect_t tmp_cropL, tmp_dstL; in configureHighRes() local 1059 tmp_dstL = dst; in configureHighRes() 1061 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureHighRes() 1102 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureHighRes()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1799 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 1807 tmp_dstL = dst; in configureSplit() 1810 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 1856 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 1932 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 1937 tmp_dstL = dst; in configureSourceSplit() 1939 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 1982 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 1802 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 1810 tmp_dstL = dst; in configureSplit() 1813 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 1859 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 1935 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 1940 tmp_dstL = dst; in configureSourceSplit() 1942 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 1985 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.cpp | 1018 hwc_rect_t tmp_cropL, tmp_dstL; in configureHighRes() local 1025 tmp_dstL = dst; in configureHighRes() 1027 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureHighRes() 1068 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureHighRes()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 2135 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 2143 tmp_dstL = dst; in configureSplit() 2146 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 2192 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 2270 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 2275 tmp_dstL = dst; in configureSourceSplit() 2277 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 2320 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|