Searched defs:crop_r (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp556 int& crop_r = crop.right; local
601 crop_r -= crop_w * rightCutRatio;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp510 int& crop_r = crop.right; local
555 crop_r -= crop_w * rightCutRatio;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1049 int& crop_r = crop.right; local
1092 crop_r -= (int)round((double)crop_w * rightCutRatio);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1035 int& crop_r = crop.right; local
1078 crop_r -= (int)round((double)crop_w * rightCutRatio);

Completed in 215 milliseconds