Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_l

515     int& dst_l = dst.left;
532 if(dst_l < sci_l) {
533 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
534 dst_l = sci_l;