Searched refs:DestroyFxInfo (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dfx-private.h30 *DestroyFxInfo(FxInfo *);
H A Dmethods.h252 #define DestroyFxInfo PrependMagickMethod(DestroyFxInfo) macro
H A Dproperty.c3586 fx_info=DestroyFxInfo(fx_info);
3641 fx_info=DestroyFxInfo(fx_info);
H A Dfx.c1049 % DestroyFxInfo() deallocates memory associated with an FxInfo structure.
1051 % The format of the DestroyFxInfo method is:
1053 % ImageInfo *DestroyFxInfo(ImageInfo *fx_info)
1060 MagickPrivate FxInfo *DestroyFxInfo(FxInfo *fx_info) function
3025 fx_info[i]=DestroyFxInfo(fx_info[i]);

Completed in 90 milliseconds