Searched refs:sci_r (Results 1 – 5 of 5) sorted by relevance
573 const int& sci_r = scissor.right; in calculate_crop_rects() local584 if(dst_r > sci_r) { in calculate_crop_rects()585 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w; in calculate_crop_rects()586 dst_r = sci_r; in calculate_crop_rects()
524 const int& sci_r = scissor.right; in calculate_crop_rects() local535 if(dst_r > sci_r) { in calculate_crop_rects()536 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()537 dst_r = sci_r; in calculate_crop_rects()
1063 const int& sci_r = scissor.right; in calculate_crop_rects() local1074 if(dst_r > sci_r) { in calculate_crop_rects()1075 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()1076 dst_r = sci_r; in calculate_crop_rects()
1049 const int& sci_r = scissor.right; in calculate_crop_rects() local1060 if(dst_r > sci_r) { in calculate_crop_rects()1061 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()1062 dst_r = sci_r; in calculate_crop_rects()
1266 const int& sci_r = scissor.right; in calculate_crop_rects() local1277 if(dst_r > sci_r) { in calculate_crop_rects()1278 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()1279 dst_r = sci_r; in calculate_crop_rects()