Home
last modified time | relevance | path

Searched refs:dst_t (Results 1 – 4 of 4) 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/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.cpp1042 int& dst_t = dst.top; in calculate_crop_rects() local
1066 if(dst_t < sci_t) { in calculate_crop_rects()
1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1068 dst_t = sci_t; in calculate_crop_rects()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1260 int& dst_t = dst.top; in calculate_crop_rects() local
1284 if(dst_t < sci_t) { in calculate_crop_rects()
1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1286 dst_t = sci_t; in calculate_crop_rects()