Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.c402 static void **DestroyPixelThreadSet(void **pixels) in DestroyPixelThreadSet() function
443 return(DestroyPixelThreadSet(pixels)); in AcquirePixelThreadSet()
1324 target_info.pixels=DestroyPixelThreadSet(target_info.pixels); in ProfileImage()
1325 source_info.pixels=DestroyPixelThreadSet(source_info.pixels); in ProfileImage()
1332 target_info.pixels=DestroyPixelThreadSet(target_info.pixels); in ProfileImage()
1333 source_info.pixels=DestroyPixelThreadSet(source_info.pixels); in ProfileImage()
1416 target_info.pixels=DestroyPixelThreadSet(target_info.pixels); in ProfileImage()
1417 source_info.pixels=DestroyPixelThreadSet(source_info.pixels); in ProfileImage()
Dstatistic.c140 static PixelChannels **DestroyPixelThreadSet(const Image *images, in DestroyPixelThreadSet() function
191 return(DestroyPixelThreadSet(images,pixels)); in AcquirePixelThreadSet()
541 evaluate_pixels=DestroyPixelThreadSet(images,evaluate_pixels); in EvaluateImages()
828 evaluate_pixels=DestroyPixelThreadSet(images,evaluate_pixels); in EvaluateImages()
2557 polynomial_pixels=DestroyPixelThreadSet(images,polynomial_pixels); in PolynomialImage()
Dquantize.c1430 static DoublePixelPacket **DestroyPixelThreadSet(DoublePixelPacket **pixels) in DestroyPixelThreadSet() function
1465 return(DestroyPixelThreadSet(pixels)); in AcquirePixelThreadSet()
1682 pixels=DestroyPixelThreadSet(pixels); in FloydSteinbergDither()