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

  /external/ImageMagick/MagickCore/
pixel.h 246 *ClonePixelChannelMap(PixelChannelMap *),
methods.h 148 #define ClonePixelChannelMap PrependMagickMethod(ClonePixelChannelMap)
    [all...]
image.c 856 clone_image->channel_map=ClonePixelChannelMap(image->channel_map);
    [all...]
pixel.c 125 % ClonePixelChannelMap() clones a pixel component map.
127 % The format of the ClonePixelChannelMap() method is:
129 % PixelChannelMap *ClonePixelChannelMap(PixelChannelMap *channel_map)
136 MagickExport PixelChannelMap *ClonePixelChannelMap(PixelChannelMap *channel_map)
    [all...]

Completed in 52 milliseconds