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

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
elements.py 61 dist_x = p.x - self.x
63 return (dist_x ** 2 + dist_y ** 2 ) ** 0.5
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 546 dist_x = abs(child_shape["ctx"]-prt_shape["ctx"])
564 and dist_x < 0.1 * child_shape["width"]
test_multi_camera_alignment.py 139 dist_x = abs(child_shape['ctx']-prt_shape['ctx'])
157 and dist_x < 0.1 * child_shape['width']
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 577 dist_x = x1 - x0
579 return math.sqrt(dist_x * dist_x + dist_y * dist_y)
    [all...]

Completed in 84 milliseconds