Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_t

569     const int& sci_t = scissor.top;
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;