Searched defs:DestroyDrawInfo (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddraw.c822 % DestroyDrawInfo() deallocates memory associated with an DrawInfo
825 % The format of the DestroyDrawInfo method is: function
827 % DrawInfo *DestroyDrawInfo(DrawInfo *draw_info)
834 MagickExport DrawInfo *DestroyDrawInfo(DrawInfo *draw_info)
1375 clone_info=DestroyDrawInfo(clone_info);
1454 clone_info=DestroyDrawInfo(clone_info);
1629 clone_info=DestroyDrawInfo(clone_info);
1801 graphic_context[n]=DestroyDrawInfo(graphic_context[n]);
2315 graphic_context[n]=DestroyDrawInfo(graphic_context[n]);
3283 graphic_context[n]=DestroyDrawInfo(graphic_contex
[all...]
H A Dmethods.h250 #define DestroyDrawInfo PrependMagickMethod(DestroyDrawInfo) macro

Completed in 128 milliseconds