Go to the source code of this file.
Typedefs | |
typedef struct _FxInfo | FxInfo |
Functions | |
MagickPrivate FxInfo * | AcquireFxInfo (const Image *, const char *, ExceptionInfo *) |
MagickPrivate FxInfo ** | DestroyFxInfo (FxInfo *) |
MagickPrivate MagickBooleanType | FxEvaluateExpression (FxInfo *, double *, ExceptionInfo *) |
MagickPrivate MagickBooleanType | FxEvaluateChannelExpression (FxInfo *, const PixelChannel, const ssize_t, const ssize_t, double *, ExceptionInfo *) |
MagickPrivate FxInfo* AcquireFxInfo | ( | const Image * | , | |
const char * | , | |||
ExceptionInfo * | ||||
) |
Referenced by AcquireFxThreadSet(), and InterpretImageProperties().
References _FxInfo::colors, DestroyCacheView(), DestroyExceptionInfo(), DestroyRandomInfo(), DestroySplayTree(), DestroyString(), _FxInfo::exception, _FxInfo::expression, GetImageListLength(), _FxInfo::images, _FxInfo::random_info, RelinquishMagickMemory(), _FxInfo::symbols, and _FxInfo::view.
Referenced by DestroyFxThreadSet(), and InterpretImageProperties().
MagickPrivate MagickBooleanType FxEvaluateChannelExpression | ( | FxInfo * | , | |
const | PixelChannel, | |||
const | ssize_t, | |||
const | ssize_t, | |||
double * | , | |||
ExceptionInfo * | ||||
) |
References _FxInfo::expression, FxEvaluateSubexpression(), MagickFalse, MagickTrue, OptionError, and _ExceptionInfo::severity.
Referenced by FxEvaluateExpression(), FxImage(), FxPreprocessExpression(), and InterpretImageProperties().
MagickPrivate MagickBooleanType FxEvaluateExpression | ( | FxInfo * | , | |
double * | , | |||
ExceptionInfo * | ||||
) |