Searched refs:dst_bottom (Results 1 – 1 of 1) sorted by relevance
570 float &dst_bottom = dst->bottom; in CalculateCropRects() local600 if (dst_bottom > sci_bottom) { in CalculateCropRects()601 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()602 dst_bottom = sci_bottom; in CalculateCropRects()