Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_t

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