Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_l

1061     const int& sci_l = scissor.left;
1069 if(dst_l < sci_l) {
1070 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1071 dst_l = sci_l;