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

  /external/chromium_org/tools/site_compare/operators/
equals.py 7 from PIL import Image
8 from PIL import ImageChops
equals_with_mask.py 7 from PIL import Image
8 from PIL import ImageChops
  /cts/apps/CameraITS/build/
envsetup.sh 32 for M in numpy PIL Image matplotlib pylab cv2 scipy.stats scipy.spatial
  /external/chromium_org/chrome/test/ispy/
ispy_api_unittest.py 9 from PIL import Image
ispy_api.py 9 from PIL import Image
131 screenshots: a list of similar PIL.Images.
152 screenshot: a PIL.Image to compare.
217 screenshot: a list of similar PIL.Images.
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 19 from PIL import Image
20 from PIL import ImageChops
221 # directly to monochrome, PIL would dither it.
  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 18 import PIL.ImageGrab
120 return PIL.ImageGrab.grab(rect)
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 54 PointerRec** setPrevInList(PointerRec **PIL) {
55 PrevInList = PIL;
  /external/chromium_org/chrome/test/ispy/common/
image_tools.py 9 from PIL import Image
196 image: the RGBA PIL.Image mask to inflate.
200 A RGBA PIL.Image.
image_tools_unittest.py 8 from PIL import Image
ispy_utils_unittest.py 6 from PIL import Image
  /external/skia/gm/rebaseline_server/
imagediffdb.py 22 from PIL import Image, ImageChops
24 raise ImportError('Requires PIL to be installed; see '
25 + 'http://www.pythonware.com/products/pil/')
123 # black & white in PIL, it has its own ideas about thresholds.
286 histogram: PIL histogram
317 image1: a PIL image object
318 image2: a PIL image object
320 Returns: per-pixel diffs between image1 and image2, as a PIL image object
338 Returns: a PIL image object
354 Returns: a PIL image objec
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 258 from PIL import Image
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 274 milliseconds