Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_l

554     int& dst_l = dst.left;
571 if(dst_l < sci_l) {
572 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
573 dst_l = sci_l;