Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sci_l

1266     const int& sci_l = scissor.left;
1274 if(dst_l < sci_l) {
1275 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
1276 dst_l = sci_l;