Lines Matching refs:crop_h
1324 int crop_h = crop.bottom - crop.top;1363 crop_t += (int)round((double)crop_h * topCutRatio);1365 crop_b -= (int)round((double)crop_h * bottomCutRatio);1864 int crop_h = crop.bottom - crop.top;1865 Dim dcrop(crop.left, crop.top, crop_w, crop_h);