Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:dst_r

517     int& dst_r = dst.right;
537 if(dst_r > sci_r) {
538 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w;
539 dst_r = sci_r;