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

  /external/ImageMagick/MagickCore/
channel.c 116 static MagickBooleanType ChannelImage(Image *destination_image,
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...]
image-view.c 220 *destination_image,
242 destination_image=destination->image;
243 status=SetImageStorageClass(destination_image,DirectClass,
252 magick_threads(source_image,destination_image,height,1)
215 *destination_image, local
877 *destination_image; local
1003 *destination_image, local
    [all...]
  /external/ImageMagick/MagickWand/
wand-view.c 268 *destination_image,
290 destination_image=destination->wand->images;
291 status=SetImageStorageClass(destination_image,DirectClass,
300 magick_threads(source_image,destination_image,height,1)
263 *destination_image, local
921 *destination_image; local
1056 *destination_image, local
    [all...]

Completed in 215 milliseconds