Searched refs:sci_t (Results 1 – 4 of 4) sorted by relevance
572 const int& sci_t = scissor.top; in calculate_crop_rects() local589 if(dst_t < sci_t) { in calculate_crop_rects()590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h; in calculate_crop_rects()591 dst_t = sci_t; in calculate_crop_rects()
1062 const int& sci_t = scissor.top; in calculate_crop_rects() local1079 if(dst_t < sci_t) { in calculate_crop_rects()1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1081 dst_t = sci_t; in calculate_crop_rects()
1049 const int& sci_t = scissor.top; in calculate_crop_rects() local1066 if(dst_t < sci_t) { in calculate_crop_rects()1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1068 dst_t = sci_t; in calculate_crop_rects()
1267 const int& sci_t = scissor.top; in calculate_crop_rects() local1284 if(dst_t < sci_t) { in calculate_crop_rects()1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1286 dst_t = sci_t; in calculate_crop_rects()