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

  /external/chromium_org/chrome/test/ispy/common/
image_tools_unittest.py 46 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
48 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
50 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
53 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
56 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
59 self.assertTrue(_AllPixelsOfColor(image_tools._GetDifferenceWithMask(
62 self.assertRaises(Exception, image_tools._GetDifferenceWithMask,
65 self.assertRaises(Exception, image_tools._GetDifferenceWithMask,
image_tools.py 30 def _GetDifferenceWithMask(image1, image2, mask=None,
105 mask = _GetDifferenceWithMask(
182 return _GetDifferenceWithMask(image1, image2, mask)

Completed in 66 milliseconds