Home
last modified time | relevance | path

Searched refs:dst_l (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp564 int& dst_l = dst.left; in calculate_crop_rects() local
579 if(dst_l < sci_l) { in calculate_crop_rects()
580 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w; in calculate_crop_rects()
581 dst_l = sci_l; in calculate_crop_rects()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp515 int& dst_l = dst.left; in calculate_crop_rects() local
530 if(dst_l < sci_l) { in calculate_crop_rects()
531 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
532 dst_l = sci_l; in calculate_crop_rects()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1054 int& dst_l = dst.left; in calculate_crop_rects() local
1069 if(dst_l < sci_l) { in calculate_crop_rects()
1070 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1071 dst_l = sci_l; in calculate_crop_rects()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1040 int& dst_l = dst.left; in calculate_crop_rects() local
1055 if(dst_l < sci_l) { in calculate_crop_rects()
1056 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1057 dst_l = sci_l; in calculate_crop_rects()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1257 int& dst_l = dst.left; in calculate_crop_rects() local
1272 if(dst_l < sci_l) { in calculate_crop_rects()
1273 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1274 dst_l = sci_l; in calculate_crop_rects()