Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:sci_l

522     const int& sci_l = scissor.left;
526 int sci_w = abs(sci_r - sci_l);
532 if(dst_l < sci_l) {
533 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
534 dst_l = sci_l;