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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp559 int& crop_r = crop.right; local
602 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.cpp1036 int& crop_r = crop.right; local
1079 crop_r -= (int)round((double)crop_w * rightCutRatio);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp1321 int& crop_r = crop.right; local
1364 crop_r -= (int)round((double)crop_w * rightCutRatio);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp1254 int& crop_r = crop.right; local
1297 crop_r -= (int)round((double)crop_w * rightCutRatio);

Completed in 56 milliseconds