Searched refs:shift_image (Results 1 - 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | fx.c | 451 *shift_image; local 471 shift_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception); 472 if (shift_image == (Image *) NULL) 474 if (SetImageStorageClass(shift_image,DirectClass,exception) == MagickFalse) 476 shift_image=DestroyImage(shift_image); 485 shift_view=AcquireAuthenticCacheView(shift_image,exception); 488 magick_threads(image,shift_image,image->rows,1) 513 q=QueueCacheViewAuthenticPixels(shift_view,0,y,shift_image->columns,1, 538 SetPixelRed(shift_image,ClampToQuantu [all...] |
/external/ImageMagick/MagickWand/ |
H A D | magick-image.c | 934 *shift_image; 942 shift_image=BlueShiftImage(wand->images,factor,wand->exception); 943 if (shift_image == (Image *) NULL) 945 ReplaceImageInList(&wand->images,shift_image); 916 *shift_image; local
|
Completed in 117 milliseconds