Searched defs:sci_t (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp569 const int& sci_t = scissor.top; local
573 int sci_h = abs(sci_b - sci_t);
588 if(dst_t < sci_t) {
589 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
590 dst_t = sci_t;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp523 const int& sci_t = scissor.top; local
527 int sci_h = abs(sci_b - sci_t);
542 if(dst_t < sci_t) {
543 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
544 dst_t = sci_t;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1062 const int& sci_t = scissor.top; local
1079 if(dst_t < sci_t) {
1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1081 dst_t = sci_t;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1048 const int& sci_t = scissor.top; local
1065 if(dst_t < sci_t) {
1066 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1067 dst_t = sci_t;

Completed in 291 milliseconds