Lines Matching refs:final_height
341 def take_screenshot_crop_by_height(fullpath, final_height, x_offset_pixels,348 @param final_height: integer, height in pixels of resulting image.358 final_width = int(width * (float(final_height) / height))360 x_offset_pixels + final_width, y_offset_pixels + final_height)