Searched refs:tmp_dstL (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 1056 hwc_rect_t tmp_cropL, tmp_dstL; in configureHighRes() local 1061 tmp_dstL = dst; in configureHighRes() 1063 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureHighRes() 1104 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureHighRes()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1801 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 1809 tmp_dstL = dst; in configureSplit() 1812 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 1858 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 1934 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 1939 tmp_dstL = dst; in configureSourceSplit() 1941 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 1984 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 1805 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 1813 tmp_dstL = dst; in configureSplit() 1816 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 1862 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 1938 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 1943 tmp_dstL = dst; in configureSourceSplit() 1945 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 1988 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 2139 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSplit() local 2147 tmp_dstL = dst; in configureSplit() 2150 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit() 2196 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSplit() 2274 hwc_rect_t tmp_cropL = {0}, tmp_dstL = {0}; in configureSourceSplit() local 2279 tmp_dstL = dst; in configureSourceSplit() 2281 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit() 2324 tmp_cropL, tmp_dstL, metadata, lDest) < 0) { in configureSourceSplit()
|