Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_r

1042     int& dst_r = dst.right;
1060 if(dst_r > sci_r) {
1061 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w;
1062 dst_r = sci_r;