Lines Matching refs:dst_b
1044 int& dst_b = dst.bottom;1071 if(dst_b > sci_b) {1072 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;1073 dst_b = sci_b;