Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_t

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