Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_r

516     int& dst_r = dst.right;
536 if(dst_r > sci_r) {
537 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
538 dst_r = sci_r;