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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_bitmap_impl.py 46 def Crop(bitmap, left, top, width, height):
47 return bitmap.Crop(left, top, width, height)
image_util_numpy_impl.py 145 def Crop(image, left, top, width, height):
_bitmap.py 7 tools: crop, find bounding box of a color and compute histogram of color values.
220 def Crop(self, left, top, width, height):
  /external/chromium-trace/catapult/telemetry/telemetry/util/
image_util.py 109 def Crop(image, left, top, width, height):
111 return impl.Crop(image, left, top, width, height)

Completed in 129 milliseconds