Lines Matching refs:sci_r
1335 const int& sci_r = scissor.right;1346 if(dst_r > sci_r) {1347 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w;1348 dst_r = sci_r;