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

  /external/ImageMagick/MagickCore/
pixel.h 245 *AcquirePixelChannelMap(void),
methods.h 58 #define AcquirePixelChannelMap PrependMagickMethod(AcquirePixelChannelMap)
    [all...]
pixel.c 88 % AcquirePixelChannelMap() acquires a pixel component map.
90 % The format of the AcquirePixelChannelMap() method is:
92 % PixelChannelMap *AcquirePixelChannelMap(void)
95 MagickExport PixelChannelMap *AcquirePixelChannelMap(void)
142 clone_map=AcquirePixelChannelMap();
    [all...]
image.c 211 image->channel_map=AcquirePixelChannelMap();
    [all...]

Completed in 61 milliseconds