Home
last modified time | relevance | path

Searched refs:sci_t (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp572 const int& sci_t = scissor.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.cpp1062 const int& sci_t = scissor.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.cpp1049 const int& sci_t = scissor.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.cpp1267 const int& sci_t = scissor.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()