Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_r

556     int& dst_r = dst.right;
576 if(dst_r > sci_r) {
577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
578 dst_r = sci_r;