HomeSort by relevance Sort by last modified time
    Searched refs:final_height (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/video/
import_screenshot_capturer.py 52 final_height = (self.screen_height_resolution -
56 final_height,
  /external/autotest/client/cros/graphics/
graphics_utils.py 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)
    [all...]

Completed in 215 milliseconds