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

  /external/opencv3/3rdparty/libjasper/
jas_image.c 210 jas_image_t *newimage; local
213 newimage = jas_image_create0();
214 if (jas_image_growcmpts(newimage, image->numcmpts_)) {
218 if (!(newimage->cmpts_[cmptno] = jas_image_cmpt_copy(image->cmpts_[cmptno]))) {
221 ++newimage->numcmpts_;
224 jas_image_setbbox(newimage);
227 if (!(newimage->cmprof_ = jas_cmprof_copy(image->cmprof_)))
231 return newimage;
233 if (newimage) {
234 jas_image_destroy(newimage);
    [all...]
  /external/mesa3d/src/glx/
pixel.c 166 const GLvoid * userdata, GLubyte * newimage, GLubyte * modes)
182 FillBitmap(gc, width, height, format, userdata, newimage);
212 iter2 = newimage;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /external/libpng/contrib/libtests/
pngstest.c 594 newimage(Image *image) function
    [all...]

Completed in 604 milliseconds