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 | property.c | 3852 fx_info=AcquireFxInfo(property_image,pattern+3,exception); in InterpretImageProperties() 3885 fx_info=AcquireFxInfo(property_image,pattern+4,exception); in InterpretImageProperties() 3933 fx_info=AcquireFxInfo(property_image,pattern+6,exception); in InterpretImageProperties()
|
D | methods.h | 47 #define AcquireFxInfo PrependMagickMethod(AcquireFxInfo) macro
|
D | fx.c | 181 MagickPrivate FxInfo *AcquireFxInfo(const Image *images,const char *expression, in AcquireFxInfo() function 2795 fx_info[i]=AcquireFxInfo(image,fx_expression,exception); in AcquireFxThreadSet()
|