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

  /external/ImageMagick/MagickCore/
string.c 736 % CopyMagickString() copies the source string to the destination string, with
743 % The format of the CopyMagickString method is:
745 % size_t CopyMagickString(const char *destination,char *source,
757 MagickExport size_t CopyMagickString(char *destination,const char *source,
    [all...]
methods.h 221 #define CopyMagickString PrependMagickMethod(CopyMagickString)
    [all...]

Completed in 69 milliseconds