Lines Matching full:dst_b
1329 int& dst_b = dst.bottom;1356 if(dst_b > sci_b) {1357 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;1358 dst_b = sci_b;