Lines Matching refs:PixelChannels
138 } 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()
168 return((PixelChannels **) NULL); in AcquirePixelThreadSet()
175 pixels[i]=(PixelChannels *) AcquireQuantumMemory(image->columns, in AcquirePixelThreadSet()
177 if (pixels[i] == (PixelChannels *) NULL) in AcquirePixelThreadSet()
204 const PixelChannels in IntensityCompare()
214 color_1=(const PixelChannels *) x; in IntensityCompare()
215 color_2=(const PixelChannels *) y; in IntensityCompare()
461 PixelChannels in EvaluateImages()
494 if (evaluate_pixels == (PixelChannels **) NULL) in EvaluateImages()
526 register PixelChannels in EvaluateImages()
633 register PixelChannels in EvaluateImages()
2189 PixelChannels in PolynomialImage()
2214 if (polynomial_pixels == (PixelChannels **) NULL) in PolynomialImage()
2246 register PixelChannels in PolynomialImage()