Searched refs:destination_image (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dchannel.c116 static MagickBooleanType ChannelImage(Image *destination_image, argument
137 destination_view=AcquireAuthenticCacheView(destination_image,exception);
138 height=MagickMin(source_image->rows,destination_image->rows);
139 width=MagickMin(source_image->columns,destination_image->columns);
164 destination_image->columns,1,exception);
170 destination_traits=GetPixelChannelTraits(destination_image,
179 SetPixelChannel(destination_image,destination_channel,pixel,q);
181 SetPixelChannel(destination_image,destination_channel,
184 q+=GetPixelChannels(destination_image);
218 *destination_image; local
[all...]
H A Dimage-view.c220 *destination_image,
242 destination_image=destination->image;
243 status=SetImageStorageClass(destination_image,DirectClass,
252 magick_threads(source_image,destination_image,height,1)
895 *destination_image;
915 destination_image=destination->image;
916 status=SetImageStorageClass(destination_image,DirectClass,
925 magick_threads(destination_image,destination_image,height,1)
952 if (destination_image
215 *destination_image, local
877 *destination_image; local
1003 *destination_image, local
[all...]
/external/ImageMagick/MagickWand/
H A Dwand-view.c268 *destination_image,
290 destination_image=destination->wand->images;
291 status=SetImageStorageClass(destination_image,DirectClass,
300 magick_threads(source_image,destination_image,height,1)
936 *destination_image;
956 destination_image=destination->wand->images;
957 status=SetImageStorageClass(destination_image,DirectClass,
966 magick_threads(destination_image,destination_image,height,1)
1002 if (destination_image
263 *destination_image, local
921 *destination_image; local
1056 *destination_image, local
[all...]

Completed in 114 milliseconds