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

  /external/ImageMagick/MagickCore/
string.c 286 *destination=DestroyString(*destination);
658 string=DestroyString(string);
817 % DestroyString() destroys memory associated with a string.
819 % The format of the DestroyString method is:
821 % char *DestroyString(char *string)
828 MagickExport char *DestroyString(char *string)
864 string_info->path=DestroyString(string_info->path);
    [all...]
methods.h 284 #define DestroyString PrependMagickMethod(DestroyString)
    [all...]

Completed in 153 milliseconds