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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp554 int& crop_l = crop.left; local
599 crop_l += crop_w * leftCutRatio;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp508 int& crop_l = crop.left; local
553 crop_l += crop_w * leftCutRatio;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1047 int& crop_l = crop.left; local
1090 crop_l += (int)round((double)crop_w * leftCutRatio);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1033 int& crop_l = crop.left; local
1076 crop_l += (int)round((double)crop_w * leftCutRatio);

Completed in 257 milliseconds