HomeSort by relevance Sort by last modified time
    Searched full:imageop (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 3 """Test script for the imageop module. This has the side
10 imageop = import_module('imageop', deprecated=True) variable
24 func = getattr(imageop, name)
40 except (ValueError, imageop.error):
86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
94 scaleimage = imageop.scale(image, 4, width, height, 1, 1)
102 videoimage = imageop.tovideo (image, 4, width, height)
107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height
    [all...]
test_py3kwarn.py 348 optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 3 """Test script for the imageop module. This has the side
10 imageop = import_module('imageop', deprecated=True) variable
24 func = getattr(imageop, name)
40 except (ValueError, imageop.error):
86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
94 scaleimage = imageop.scale(image, 4, width, height, 1, 1)
102 videoimage = imageop.tovideo (image, 4, width, height)
107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height
    [all...]
test_py3kwarn.py 348 optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Setup 246 #imageop imageop.c # Operations on images
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Setup 246 #imageop imageop.c # Operations on images
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 140 'cmath', 'errno', 'imageop',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 140 'cmath', 'errno', 'imageop',

Completed in 652 milliseconds