Home
last modified time | relevance | path

Searched refs:PixelChannels (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dstatistic.c138 } PixelChannels; typedef
140 static PixelChannels **DestroyPixelThreadSet(PixelChannels **pixels) in DestroyPixelThreadSet()
145 assert(pixels != (PixelChannels **) NULL); in DestroyPixelThreadSet()
147 if (pixels[i] != (PixelChannels *) NULL) in DestroyPixelThreadSet()
148 pixels[i]=(PixelChannels *) RelinquishMagickMemory(pixels[i]); in DestroyPixelThreadSet()
149 pixels=(PixelChannels **) RelinquishMagickMemory(pixels); in DestroyPixelThreadSet()
153 static PixelChannels **AcquirePixelThreadSet(const Image *image) in AcquirePixelThreadSet()
155 PixelChannels in AcquirePixelThreadSet()
165 pixels=(PixelChannels **) AcquireQuantumMemory(number_threads, in AcquirePixelThreadSet()
167 if (pixels == (PixelChannels **) NULL) in AcquirePixelThreadSet()
[all …]