Searched defs:new_cropR (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp1075 hwc_rect_t new_cropR; local
1076 new_cropR.left = tmp_cropL.left;
1077 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1080 new_cropL.left = new_cropR.right;
1086 tmp_cropR.left = new_cropR.left;
1087 tmp_cropR.right = new_cropR.right;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1829 hwc_rect_t new_cropR; local
1830 new_cropR.left = tmp_cropL.left;
1831 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1834 new_cropL.left = new_cropR.right;
1840 tmp_cropR.left = new_cropR.left;
1841 tmp_cropR.right = new_cropR.right;
1955 hwc_rect_t new_cropR; local
1956 new_cropR.left = tmp_cropL.left;
1957 new_cropR
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1833 hwc_rect_t new_cropR; local
1834 new_cropR.left = tmp_cropL.left;
1835 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1838 new_cropL.left = new_cropR.right;
1844 tmp_cropR.left = new_cropR.left;
1845 tmp_cropR.right = new_cropR.right;
1959 hwc_rect_t new_cropR; local
1960 new_cropR.left = tmp_cropL.left;
1961 new_cropR
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp2248 hwc_rect_t new_cropR; local
2249 new_cropR.left = tmp_cropL.left;
2250 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2253 new_cropL.left = new_cropR.right;
2259 tmp_cropR.left = new_cropR.left;
2260 tmp_cropR.right = new_cropR.right;
2379 hwc_rect_t new_cropR; local
2380 new_cropR.left = tmp_cropL.left;
2381 new_cropR
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2167 hwc_rect_t new_cropR; local
2168 new_cropR.left = tmp_cropL.left;
2169 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2172 new_cropL.left = new_cropR.right;
2178 tmp_cropR.left = new_cropR.left;
2179 tmp_cropR.right = new_cropR.right;
2295 hwc_rect_t new_cropR; local
2296 new_cropR.left = tmp_cropL.left;
2297 new_cropR
[all...]

Completed in 76 milliseconds