MagickCore
6.9.11-60
Convert, Edit, Or Compose Bitmap Images
|
#include "magick/thread-private.h"
Go to the source code of this file.
Functions | |
static RandomInfo ** | DestroyRandomInfoThreadSet (RandomInfo **random_info) |
static RandomInfo ** | AcquireRandomInfoThreadSet (void) |
MagickExport unsigned long * | GetRandomInfoSeed (RandomInfo *) |
MagickExport double | GetRandomInfoNormalize (const RandomInfo *) |
|
inlinestatic |
References AcquireAlignedMemory(), AcquireRandomInfo(), GetMagickResourceLimit(), random_info, ResourceLimitFatalError, ThreadResource, and ThrowFatalException.
Referenced by AddNoiseImageChannel(), EvaluateImageChannel(), EvaluateImages(), RandomThresholdImageChannel(), SketchImage(), and SpreadImage().
|
inlinestatic |
References DestroyRandomInfo(), GetMagickResourceLimit(), random_info, RelinquishAlignedMemory(), and ThreadResource.
Referenced by AddNoiseImageChannel(), EvaluateImageChannel(), EvaluateImages(), RandomThresholdImageChannel(), SketchImage(), and SpreadImage().
MagickExport double GetRandomInfoNormalize | ( | const RandomInfo * | random_info | ) |
References _RandomInfo::normalize, and random_info.
MagickExport unsigned long* GetRandomInfoSeed | ( | RandomInfo * | random_info | ) |
References random_info, and _RandomInfo::seed.