
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 *, MagickRealType *, ExceptionInfo *) |
| MagickExport MagickBooleanType | FxEvaluateChannelExpression (FxInfo *, const ChannelType, const long, const long, MagickRealType *, ExceptionInfo *) |
Definition at line 25 of file fx-private.h.
Referenced by AcquireFxThreadSet(), and GetImageProperty().
Definition at line 1188 of file fx.c.
References _FxInfo::colors, DestroyExceptionInfo(), DestroyRandomInfo(), DestroyResampleFilter(), DestroySplayTree(), DestroyString(), _FxInfo::exception, _FxInfo::expression, GetImageListLength(), _FxInfo::images, _FxInfo::random_info, RelinquishMagickMemory(), _FxInfo::resample_filter, and _FxInfo::symbols.
Referenced by DestroyFxThreadSet(), and GetImageProperty().
| MagickExport MagickBooleanType FxEvaluateChannelExpression | ( | FxInfo * | , | |
| const | ChannelType, | |||
| const | long, | |||
| const | long, | |||
| MagickRealType * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 3381 of file fx.c.
References _FxInfo::expression, FxEvaluateSubexpression(), MagickFalse, MagickTrue, OptionError, and _ExceptionInfo::severity.
Referenced by FxEvaluateExpression(), FxImageChannel(), FxPreprocessExpression(), and GetImageProperty().
| MagickExport MagickBooleanType FxEvaluateExpression | ( | FxInfo * | , | |
| MagickRealType * | , | |||
| ExceptionInfo * | ||||
| ) |
Referenced by GetImageProperty().
1.6.1