Home
last modified time | relevance | path

Searched refs:AcquireFxInfo (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dfx-private.h29 *AcquireFxInfo(const Image *,const char *,ExceptionInfo *),
Dmethods.h46 #define AcquireFxInfo PrependMagickMethod(AcquireFxInfo) macro
Dproperty.c3573 fx_info=AcquireFxInfo(image,pattern+3,exception); in InterpretImageProperties()
3612 fx_info=AcquireFxInfo(image,pattern+6,exception); in InterpretImageProperties()
Dfx.c165 MagickPrivate FxInfo *AcquireFxInfo(const Image *image,const char *expression, in AcquireFxInfo() function
3066 fx_info[i]=AcquireFxInfo(image,fx_expression,exception); in AcquireFxThreadSet()