Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_r

1056     int& dst_r = dst.right;
1074 if(dst_r > sci_r) {
1075 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w;
1076 dst_r = sci_r;