Lines Matching refs:sci_b
1269 const int& sci_b = scissor.bottom;1289 if(dst_b > sci_b) {1290 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;1291 dst_b = sci_b;