texture            65 Magick++/demo/button.cpp     button.texture( backgroundTexture );
texture            45 Magick++/demo/shapes.cpp     Image texture( srcdir + "tile.miff" );
texture            46 Magick++/demo/shapes.cpp     image.penTexture( texture );
texture            48 Magick++/demo/shapes.cpp     texture.isValid( false );
texture            49 Magick++/demo/shapes.cpp     image.penTexture( texture );  // Unset texture
texture           797 Magick++/lib/Image.cpp     texture;
texture           808 Magick++/lib/Image.cpp       texture.replaceImage(image);
texture           812 Magick++/lib/Image.cpp   return(texture);
texture          1294 Magick++/lib/Image.cpp     texture;
texture          1305 Magick++/lib/Image.cpp       texture.replaceImage(image);
texture          1308 Magick++/lib/Image.cpp   return(texture);
texture          1537 Magick++/lib/Image.cpp     texture;
texture          1548 Magick++/lib/Image.cpp       texture.replaceImage(image);
texture          1551 Magick++/lib/Image.cpp   return(texture);
texture          1457 Magick++/lib/Magick++/Image.h     void texture(const Image &texture_);
texture            77 Magick++/lib/Magick++/Montage.h     void texture(const std::string &texture_);
texture            78 Magick++/lib/Magick++/Montage.h     std::string texture(void) const;
texture            80 Magick++/lib/Montage.cpp     Magick::CloneString(&montageInfo_.texture,_texture);
texture           100 Magick++/lib/Options.cpp     _imageInfo->texture=(char *) RelinquishMagickMemory(_imageInfo->texture);
texture           102 Magick++/lib/Options.cpp     Magick::CloneString(&_imageInfo->texture,backgroundTexture_);
texture           107 Magick++/lib/Options.cpp   if (_imageInfo->texture)
texture           108 Magick++/lib/Options.cpp     return(std::string(_imageInfo->texture));
texture          1108 Magick++/lib/STL.cpp   image_.texture( _texture );
texture            82 Magick++/tests/montageImages.cpp     montageOpts.texture( "granite:" );
texture           172 coders/txt.c       *texture;
texture           239 coders/txt.c     texture=(Image *) NULL;
texture           240 coders/txt.c     if (image_info->texture != (char *) NULL)
texture           247 coders/txt.c         (void) CopyMagickString(read_info->filename,image_info->texture,
texture           249 coders/txt.c         texture=ReadImage(read_info,exception);
texture           289 coders/txt.c       if (texture != (Image *) NULL)
texture           296 coders/txt.c           (void) TextureImage(image,texture);
texture           324 coders/txt.c     if (texture != (Image *) NULL)
texture           331 coders/txt.c         (void) TextureImage(image,texture);
texture           335 coders/txt.c     if (texture != (Image *) NULL)
texture           336 coders/txt.c       texture=DestroyImage(texture);
texture           701 coders/wmf.c     if ( ddata->image_info->texture ||
texture           872 coders/wmf.c     if (ddata->image_info->texture == NULL)
texture           901 coders/wmf.c         (void) CopyMagickString(image_info->filename,ddata->image_info->texture,
texture          2921 magick/composite.c MagickExport MagickBooleanType TextureImage(Image *image,const Image *texture)
texture          2945 magick/composite.c   if (texture == (const Image *) NULL)
texture          2950 magick/composite.c   texture_image=CloneImage(texture,0,0,MagickTrue,exception);
texture           965 magick/image.c   (void) CloneString(&clone_info->texture,image_info->texture);
texture          1265 magick/image.c   if (image_info->texture != (char *) NULL)
texture          1266 magick/image.c     image_info->texture=DestroyString(image_info->texture);
texture           402 magick/image.h     *texture,
texture           121 magick/montage.c   if (montage_info->texture != (char *) NULL)
texture           122 magick/montage.c     clone_info->texture=AcquireString(montage_info->texture);
texture           178 magick/montage.c   if (montage_info->texture != (char *) NULL)
texture           179 magick/montage.c     montage_info->texture=(char *) RelinquishMagickMemory(
texture           180 magick/montage.c       montage_info->texture);
texture           344 magick/montage.c     *texture,
texture           535 magick/montage.c   texture=NewImageList();
texture           536 magick/montage.c   if (montage_info->texture != (char *) NULL)
texture           538 magick/montage.c       (void) CopyMagickString(clone_info->filename,montage_info->texture,
texture           540 magick/montage.c       texture=ReadImage(clone_info,exception);
texture           663 magick/montage.c     if (texture != (Image *) NULL)
texture           664 magick/montage.c       (void) TextureImage(montage,texture);
texture           875 magick/montage.c   if (texture != (Image *) NULL)
texture           876 magick/montage.c     texture=DestroyImage(texture);
texture            40 magick/montage.h     *texture,
texture          5829 magick/xwindow.c         resource_info->image_info->texture != (char *) NULL ?
texture          5830 magick/xwindow.c         resource_info->image_info->texture : "pattern:checkerboard",
texture          6437 magick/xwindow.c         resource_info->image_info->texture != (char *) NULL ?
texture          6438 magick/xwindow.c         resource_info->image_info->texture : "pattern:checkerboard",
texture          7492 wand/mogrify.c                 if (image_info->texture != (char *) NULL)
texture          7493 wand/mogrify.c                   image_info->texture=DestroyString(image_info->texture);
texture          7496 wand/mogrify.c             (void) CloneString(&image_info->texture,argv[i+1]);
texture          1571 wand/montage.c             (void) CloneString(&montage_info->texture,(char *) NULL);
texture          1577 wand/montage.c             (void) CloneString(&montage_info->texture,argv[i]);