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

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py 128 whitediff_image = (graydiff_image.point(lambda p: p > 0 and VALUES_PER_BAND)
156 # Final touches on diff_image: use whitediff_image as an alpha mask.
158 diff_image.putalpha(whitediff_image)
167 _save_image(whitediff_image, os.path.join(
173 whitediff_image.histogram()[VALUES_PER_BAND - 1])
  /external/skia/gm/rebaseline_server/
imagediffdb.py 128 whitediff_image = (graydiff_image.point(lambda p: p > 0 and VALUES_PER_BAND)
156 # Final touches on diff_image: use whitediff_image as an alpha mask.
158 diff_image.putalpha(whitediff_image)
167 _save_image(whitediff_image, os.path.join(
173 whitediff_image.histogram()[VALUES_PER_BAND - 1])

Completed in 498 milliseconds