HomeSort by relevance Sort by last modified time
    Searched defs:DestroyStringInfo (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
string.c 236 string_info=DestroyStringInfo(string_info);
845 % DestroyStringInfo() destroys memory associated with the StringInfo structure.
847 % The format of the DestroyStringInfo method is:
849 % StringInfo *DestroyStringInfo(StringInfo *string_info)
856 MagickExport StringInfo *DestroyStringInfo(StringInfo *string_info)
    [all...]
methods.h 282 #define DestroyStringInfo PrependMagickMethod(DestroyStringInfo)
    [all...]

Completed in 239 milliseconds