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

  /external/ImageMagick/MagickCore/
pixel.h 165 } PixelChannelMap;
240 extern MagickExport PixelChannelMap
242 *ClonePixelChannelMap(PixelChannelMap *),
243 *DestroyPixelChannelMap(PixelChannelMap *);
cache-private.h 152 PixelChannelMap
image.h 293 PixelChannelMap
pixel.c 92 % PixelChannelMap *AcquirePixelChannelMap(void)
95 MagickExport PixelChannelMap *AcquirePixelChannelMap(void)
97 PixelChannelMap
103 channel_map=(PixelChannelMap *) AcquireQuantumMemory(MaxPixelChannels,
105 if (channel_map == (PixelChannelMap *) NULL)
129 % PixelChannelMap *ClonePixelChannelMap(PixelChannelMap *channel_map)
136 MagickExport PixelChannelMap *ClonePixelChannelMap(PixelChannelMap *channel_map)
138 PixelChannelMap
    [all...]
cache.c     [all...]

Completed in 521 milliseconds