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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height)
117 greyimage = imageop.rgb2grey(image, width, height)
122 image = imageop.grey2rgb(greyimage, width, height)
129 monoimage = imageop.grey2mono (greyimage, width, height, 0)
139 greyimage = imageop.mono2grey (monoimage, width, height, 0, 255)
145 monoimage = imageop.dither2mono (greyimage, width, height)
151 grey4image = imageop.grey2grey4 (greyimage, width, height)
157 grey2image = imageop.grey2grey2 (greyimage, width, height)
164 grey2image = imageop.dither2grey2 (greyimage, width, height
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height)
117 greyimage = imageop.rgb2grey(image, width, height)
122 image = imageop.grey2rgb(greyimage, width, height)
129 monoimage = imageop.grey2mono (greyimage, width, height, 0)
139 greyimage = imageop.mono2grey (monoimage, width, height, 0, 255)
145 monoimage = imageop.dither2mono (greyimage, width, height)
151 grey4image = imageop.grey2grey4 (greyimage, width, height)
157 grey2image = imageop.grey2grey2 (greyimage, width, height)
164 grey2image = imageop.dither2grey2 (greyimage, width, height
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height)
117 greyimage = imageop.rgb2grey(image, width, height)
122 image = imageop.grey2rgb(greyimage, width, height)
129 monoimage = imageop.grey2mono (greyimage, width, height, 0)
139 greyimage = imageop.mono2grey (monoimage, width, height, 0, 255)
145 monoimage = imageop.dither2mono (greyimage, width, height)
151 grey4image = imageop.grey2grey4 (greyimage, width, height)
157 grey2image = imageop.grey2grey2 (greyimage, width, height)
164 grey2image = imageop.dither2grey2 (greyimage, width, height
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height)
117 greyimage = imageop.rgb2grey(image, width, height)
122 image = imageop.grey2rgb(greyimage, width, height)
129 monoimage = imageop.grey2mono (greyimage, width, height, 0)
139 greyimage = imageop.mono2grey (monoimage, width, height, 0, 255)
145 monoimage = imageop.dither2mono (greyimage, width, height)
151 grey4image = imageop.grey2grey4 (greyimage, width, height)
157 grey2image = imageop.grey2grey2 (greyimage, width, height)
164 grey2image = imageop.dither2grey2 (greyimage, width, height
    [all...]

Completed in 635 milliseconds