Searched refs:sci_t (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp562 const int& sci_t = scissor.top; local
566 int sci_h = abs(sci_b - sci_t);
581 if(dst_t < sci_t) {
582 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
583 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/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp522 const int& sci_t = scissor.top; local
526 int sci_h = abs(sci_b - sci_t);
541 if(dst_t < sci_t) {
542 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
543 dst_t = sci_t;

Completed in 36 milliseconds