Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstatistic.c137 } PixelChannels; typedef
139 static PixelChannels **DestroyPixelThreadSet(PixelChannels **pixels) in DestroyPixelThreadSet()
144 assert(pixels != (PixelChannels **) NULL); in DestroyPixelThreadSet()
146 if (pixels[i] != (PixelChannels *) NULL) in DestroyPixelThreadSet()
147 pixels[i]=(PixelChannels *) RelinquishMagickMemory(pixels[i]); in DestroyPixelThreadSet()
148 pixels=(PixelChannels **) RelinquishMagickMemory(pixels); in DestroyPixelThreadSet()
152 static PixelChannels **AcquirePixelThreadSet(const Image *image) in AcquirePixelThreadSet()
154 PixelChannels in AcquirePixelThreadSet()
164 pixels=(PixelChannels **) AcquireQuantumMemory(number_threads, in AcquirePixelThreadSet()
166 if (pixels == (PixelChannels **) NULL) in AcquirePixelThreadSet()
[all …]