Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_l

1047     const int& sci_l = scissor.left;
1055 if(dst_l < sci_l) {
1056 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1057 dst_l = sci_l;