Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp565 int& dst_t = dst.top; in calculate_crop_rects() local
589 if(dst_t < sci_t) { in calculate_crop_rects()
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h; in calculate_crop_rects()
591 dst_t = sci_t; in calculate_crop_rects()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp516 int& dst_t = dst.top; in calculate_crop_rects() local
540 if(dst_t < sci_t) { in calculate_crop_rects()
541 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
542 dst_t = sci_t; in calculate_crop_rects()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1055 int& dst_t = dst.top; in calculate_crop_rects() local
1079 if(dst_t < sci_t) { in calculate_crop_rects()
1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1081 dst_t = sci_t; in calculate_crop_rects()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1041 int& dst_t = dst.top; in calculate_crop_rects() local
1065 if(dst_t < sci_t) { in calculate_crop_rects()
1066 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1067 dst_t = sci_t; in calculate_crop_rects()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1258 int& dst_t = dst.top; in calculate_crop_rects() local
1282 if(dst_t < sci_t) { in calculate_crop_rects()
1283 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1284 dst_t = sci_t; in calculate_crop_rects()