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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp561 int& dst_l = dst.left; local
578 if(dst_l < sci_l) {
579 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
580 dst_l = sci_l;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp515 int& dst_l = dst.left; local
532 if(dst_l < sci_l) {
533 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
534 dst_l = sci_l;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1054 int& dst_l = dst.left; local
1069 if(dst_l < sci_l) {
1070 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1071 dst_l = sci_l;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1040 int& dst_l = dst.left; local
1055 if(dst_l < sci_l) {
1056 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1057 dst_l = sci_l;

Completed in 207 milliseconds