comment           220 Magick++/lib/Magick++/Image.h     void            comment ( const std::string &comment_ );
comment           832 Magick++/lib/Magick++/Image.h     std::string     comment ( void ) const;
comment           216 Magick++/lib/STL.cpp   image_.comment( _comment );
comment           512 Magick++/tests/attributes.cpp     if ( image.comment().length() != 0 )
comment           521 Magick++/tests/attributes.cpp       std::string comment("This is a comment.");
comment           522 Magick++/tests/attributes.cpp       image.comment( comment );
comment           523 Magick++/tests/attributes.cpp       if ( image.comment() != comment )
comment           531 Magick++/tests/attributes.cpp     image.comment( string() );
comment           532 Magick++/tests/attributes.cpp     if ( image.comment().length() != 0 )
comment           761 coders/fpx.c       *comment,
comment           883 coders/fpx.c     comment=GetImageAttribute(image,"comment");
comment           884 coders/fpx.c     if (comment != (ImageAttribute *) NULL)
comment           890 coders/fpx.c         summary_info.comments.length=strlen(comment->value);
comment           892 coders/fpx.c           strlen(comment->value)+1);
comment           894 coders/fpx.c           (void) strcpy((char *) summary_info.comments.ptr,comment->value);
comment           275 coders/jpeg.c      *comment;
comment           300 coders/jpeg.c    comment=MagickAllocateMemory(char *,length+1);
comment           301 coders/jpeg.c    if (comment == (char *) NULL)
comment           307 coders/jpeg.c    p=comment;
comment           314 coders/jpeg.c    (void) SetImageAttribute(image,"comment",comment);
comment           315 coders/jpeg.c    MagickFreeMemory(comment);
comment           146 coders/locale.c           comment[MaxTextExtent];
comment           155 coders/locale.c         (void) strncpy(comment,p+1,length);
comment           156 coders/locale.c         comment[length]='\0';
comment           157 coders/locale.c         (void) SetImageAttribute(image,"[LocaleComment]",comment);
comment           741 coders/miff.c              *comment;
comment           747 coders/miff.c            comment=MagickAllocateMemory(char *,length);
comment           748 coders/miff.c            p=comment;
comment           749 coders/miff.c            for ( ; comment != (char *) NULL; p++)
comment           754 coders/miff.c              if ((size_t) (p-comment+1) >= length)
comment           758 coders/miff.c                  MagickReallocMemory(char *,comment,length);
comment           759 coders/miff.c                  if (comment == (char *) NULL)
comment           761 coders/miff.c                  p=comment+strlen(comment);
comment           765 coders/miff.c            if (comment == (char *) NULL)
comment           769 coders/miff.c            (void) SetImageAttribute(image,"comment",comment);
comment           770 coders/miff.c            MagickFreeMemory(comment);
comment           214 coders/mpc.c               *comment;
comment           220 coders/mpc.c             comment=AllocateString((char *) NULL);
comment           221 coders/mpc.c             p=comment;
comment           222 coders/mpc.c             for ( ; comment != (char *) NULL; p++)
comment           227 coders/mpc.c               if ((unsigned long) (p-comment+1) >= length)
comment           231 coders/mpc.c                   MagickReallocMemory(char *,comment,length);
comment           232 coders/mpc.c                   if (comment == (char *) NULL)
comment           234 coders/mpc.c                   p=comment+strlen(comment);
comment           238 coders/mpc.c             if (comment == (char *) NULL)
comment           242 coders/mpc.c             (void) SetImageAttribute(image,"comment",comment);
comment           243 coders/mpc.c             MagickFreeMemory(comment);
comment          4585 coders/msl.c     SAXModules.comment=MSLComment;
comment           522 coders/pdb.c           *comment;
comment           538 coders/pdb.c         comment=MagickAllocateMemory(char *,length+1);
comment           539 coders/pdb.c         p=comment;
comment           540 coders/pdb.c         if (comment != (char *) NULL)
comment           543 coders/pdb.c             if ((p-comment) >= (int) length)
comment           547 coders/pdb.c                 MagickReallocMemory(char *,comment,length+1);
comment           548 coders/pdb.c                 if (comment == (char *) NULL)
comment           550 coders/pdb.c                 p=comment+strlen(comment);
comment           556 coders/pdb.c         if (comment == (char *) NULL)
comment           558 coders/pdb.c         (void) SetImageAttribute(image,"comment",comment);
comment           559 coders/pdb.c         MagickFreeMemory(comment);
comment           705 coders/pdb.c       *comment;
comment           737 coders/pdb.c     comment=GetImageAttribute(image,"comment");
comment           738 coders/pdb.c     pdb_info.number_records=(comment == (ImageAttribute *) NULL ? 1 : 2);
comment           891 coders/pdb.c       (void) WriteBlobString(image,comment->value);
comment           149 coders/pnm.c             *comment;
comment           165 coders/pnm.c           comment=MagickAllocateMemory(char *,length+strlen(P7Comment)+1);
comment           166 coders/pnm.c           p=comment;
comment           167 coders/pnm.c           offset=p-comment;
comment           168 coders/pnm.c           if (comment != (char *) NULL)
comment           171 coders/pnm.c               if ((size_t) (p-comment) >= length)
comment           175 coders/pnm.c                   MagickReallocMemory(char *,comment,length+strlen(P7Comment)+1);
comment           176 coders/pnm.c                   if (comment == (char *) NULL)
comment           178 coders/pnm.c                   p=comment+strlen(comment);
comment           184 coders/pnm.c           if (comment == (char *) NULL)
comment           186 coders/pnm.c           q=comment+offset;
comment           189 coders/pnm.c           (void) SetImageAttribute(image,"comment",comment);
comment           190 coders/pnm.c           MagickFreeMemory(comment);
comment           247 coders/rle.c             *comment;
comment           256 coders/rle.c           comment=MagickAllocateMemory(char *,length);
comment           257 coders/rle.c           if (comment == (char *) NULL)
comment           260 coders/rle.c           (void) ReadBlob(image,length-1,comment);
comment           261 coders/rle.c           comment[length-1]='\0';
comment           262 coders/rle.c           (void) SetImageAttribute(image,"comment",comment);
comment           263 coders/rle.c           MagickFreeMemory(comment);
comment           129 coders/svg.c       *comment;
comment          2439 coders/svg.c     if (svg_info->comment != (char *) NULL)
comment          2440 coders/svg.c       (void) ConcatenateString(&svg_info->comment,"\n");
comment          2441 coders/svg.c     (void) ConcatenateString(&svg_info->comment,(char *) value);
comment          2691 coders/svg.c     SAXModules.comment=SVGComment;
comment          2746 coders/svg.c     if (svg_info.comment != (char *) NULL)
comment          2749 coders/svg.c           (void) SetImageAttribute(image,"comment",svg_info.comment);
comment          2750 coders/svg.c         MagickFreeMemory(svg_info.comment);
comment           311 coders/tga.c               *comment;
comment           316 coders/tga.c             comment=MagickAllocateMemory(char *,(size_t) tga_info.id_length+1);
comment           317 coders/tga.c             if (comment == (char *) NULL)
comment           320 coders/tga.c             if(ReadBlob(image,tga_info.id_length,comment) != tga_info.id_length)
comment           322 coders/tga.c             comment[tga_info.id_length]='\0';
comment           323 coders/tga.c             (void) SetImageAttribute(image,"comment",comment);
comment           324 coders/tga.c             MagickFreeMemory(comment);
comment           161 coders/viff.c        comment[512];
comment           271 coders/viff.c      (void) ReadBlob(image,512,(char *) viff_info.comment);
comment           272 coders/viff.c      viff_info.comment[511]='\0';
comment           273 coders/viff.c      if (strlen(viff_info.comment) > 4)
comment           274 coders/viff.c        (void) SetImageAttribute(image,"comment",viff_info.comment);
comment           854 coders/viff.c        comment[512];
comment           957 coders/viff.c      *viff_info.comment='\0';
comment           960 coders/viff.c        (void) strlcpy(viff_info.comment,attribute->value,
comment           961 coders/viff.c                       sizeof(viff_info.comment));
comment          1029 coders/viff.c      (void) WriteBlob(image,512,(char *) viff_info.comment);
comment           622 coders/wmf.c       comment[MaxTextExtent];
comment           632 coders/wmf.c     FormatString(comment,"Created by %s",
comment           634 coders/wmf.c     DrawComment(WmfDrawContext,comment);
comment           132 coders/xwd.c       *comment;
comment           211 coders/xwd.c     if (length > ((~0UL)/sizeof(*comment)))
comment           213 coders/xwd.c     comment=MagickAllocateMemory(char *,length+1);
comment           214 coders/xwd.c     if (comment == (char *) NULL)
comment           216 coders/xwd.c     count=ReadBlob(image,length,comment);
comment           217 coders/xwd.c     comment[length]='\0';
comment           218 coders/xwd.c     (void) SetImageAttribute(image,"comment",comment);
comment           219 coders/xwd.c     MagickFreeMemory(comment);
comment           171 magick/draw.c      (DrawContext context,const char* comment);
comment          1229 magick/draw.c    (void) MvgPrintf(context, "#%s\n", comment);
comment           114 magick/draw.h    DrawComment(DrawContext context,const char* comment),
comment          1211 wand/drawing_wand.c   (void) MvgPrintf(drawing_wand,"#%s\n",comment);
comment          1269 wand/magick_wand.c   status=SetImageAttribute(wand->image,"comment",comment);