Home
last modified time | relevance | path

Searched refs:dst_l (Results 1 – 4 of 4) 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/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.cpp1041 int& dst_l = dst.left; in calculate_crop_rects() local
1056 if(dst_l < sci_l) { in calculate_crop_rects()
1057 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1058 dst_l = sci_l; in calculate_crop_rects()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1259 int& dst_l = dst.left; in calculate_crop_rects() local
1274 if(dst_l < sci_l) { in calculate_crop_rects()
1275 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1276 dst_l = sci_l; in calculate_crop_rects()