Go to the source code of this file.
Typedefs | |
typedef struct _FxInfo | FxInfo |
Functions | |
MagickExport FxInfo * | AcquireFxInfo (const Image *, const char *) |
MagickExport FxInfo ** | DestroyFxInfo (FxInfo *) |
MagickExport MagickBooleanType | FxEvaluateExpression (FxInfo *, double *, ExceptionInfo *) |
MagickExport MagickBooleanType | FxEvaluateChannelExpression (FxInfo *, const ChannelType, const ssize_t, const ssize_t, double *, ExceptionInfo *) |
Referenced by AcquireFxThreadSet(), GetImageProperty(), 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(), GetImageProperty(), and InterpretImageProperties().
MagickExport MagickBooleanType FxEvaluateChannelExpression | ( | FxInfo * | , | |
const | ChannelType, | |||
const | ssize_t, | |||
const | ssize_t, | |||
double * | , | |||
ExceptionInfo * | ||||
) |
References _FxInfo::expression, FxEvaluateSubexpression(), MagickFalse, MagickTrue, OptionError, and _ExceptionInfo::severity.
Referenced by FxEvaluateExpression(), FxImageChannel(), FxPreprocessExpression(), GetImageProperty(), and InterpretImageProperties().
MagickExport MagickBooleanType FxEvaluateExpression | ( | FxInfo * | , | |
double * | , | |||
ExceptionInfo * | ||||
) |