Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dst_r

563     int& dst_r = dst.right;
583 if(dst_r > sci_r) {
584 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
585 dst_r = sci_r;