Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:CopyMagickString

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,
2424 (void) CopyMagickString(q,hex_string,MagickPathExtent);