Searched refs:AcquireFxInfo (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | fx-private.h | 29 *AcquireFxInfo(const Image *,const char *,ExceptionInfo *),
|
D | methods.h | 46 #define AcquireFxInfo PrependMagickMethod(AcquireFxInfo) macro
|
D | property.c | 3573 fx_info=AcquireFxInfo(image,pattern+3,exception); in InterpretImageProperties() 3612 fx_info=AcquireFxInfo(image,pattern+6,exception); in InterpretImageProperties()
|
D | fx.c | 165 MagickPrivate FxInfo *AcquireFxInfo(const Image *image,const char *expression, in AcquireFxInfo() function 3066 fx_info[i]=AcquireFxInfo(image,fx_expression,exception); in AcquireFxThreadSet()
|