Searched refs:sci_r (Results 1 – 4 of 4) 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()
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()
1050 const int& sci_r = scissor.right; in calculate_crop_rects() local1061 if(dst_r > sci_r) { in calculate_crop_rects()1062 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()1063 dst_r = sci_r; in calculate_crop_rects()
1268 const int& sci_r = scissor.right; in calculate_crop_rects() local1279 if(dst_r > sci_r) { in calculate_crop_rects()1280 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()1281 dst_r = sci_r; in calculate_crop_rects()