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 *),
Dproperty.c3852 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()
Dmethods.h47 #define AcquireFxInfo PrependMagickMethod(AcquireFxInfo) macro
Dfx.c181 MagickPrivate FxInfo *AcquireFxInfo(const Image *images,const char *expression, in AcquireFxInfo() function
2795 fx_info[i]=AcquireFxInfo(image,fx_expression,exception); in AcquireFxThreadSet()