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          3344 Magick++/lib/Image.cpp   Image texture;
texture          3358 Magick++/lib/Image.cpp       texture.replaceImage( image );
texture          3362 Magick++/lib/Image.cpp   return texture;
texture          3697 Magick++/lib/Image.cpp   Image texture;
texture          3711 Magick++/lib/Image.cpp       texture.replaceImage( image );
texture          3715 Magick++/lib/Image.cpp   return texture;
texture          4103 Magick++/lib/Image.cpp   Image texture;
texture          4119 Magick++/lib/Image.cpp       texture.replaceImage( image );
texture          4121 Magick++/lib/Image.cpp   return texture;
texture           802 Magick++/lib/Magick++/Image.h     void            texture ( const Image &texture_ );
texture            65 Magick++/lib/Magick++/Montage.h     void              texture ( const std::string &texture_ );
texture            66 Magick++/lib/Magick++/Montage.h     std::string       texture ( void ) const;
texture            99 Magick++/lib/Montage.cpp     Magick::CloneString( &montageInfo_.texture, _texture );
texture           101 Magick++/lib/Montage.cpp     montageInfo_.texture=(char *) RelinquishMagickMemory(montageInfo_.texture);
texture           117 Magick++/lib/Options.cpp     _imageInfo->texture=(char *) RelinquishMagickMemory(_imageInfo->texture);
texture           119 Magick++/lib/Options.cpp     Magick::CloneString( &_imageInfo->texture, backgroundTexture_ );
texture           123 Magick++/lib/Options.cpp   if ( _imageInfo->texture )
texture           124 Magick++/lib/Options.cpp     return std::string( _imageInfo->texture );
texture          1030 Magick++/lib/STL.cpp   image_.texture( _texture );
texture            82 Magick++/tests/montageImages.cpp     montageOpts.texture( "granite:" );
texture           172 coders/txt.c       *texture;
texture           233 coders/txt.c     texture=(Image *) NULL;
texture           234 coders/txt.c     if (image_info->texture != (char *) NULL)
texture           241 coders/txt.c         (void) CopyMagickString(read_info->filename,image_info->texture,
texture           243 coders/txt.c         texture=ReadImage(read_info,exception);
texture           283 coders/txt.c       if (texture != (Image *) NULL)
texture           290 coders/txt.c           (void) TextureImage(image,texture);
texture           318 coders/txt.c     if (texture != (Image *) NULL)
texture           325 coders/txt.c         (void) TextureImage(image,texture);
texture           329 coders/txt.c     if (texture != (Image *) NULL)
texture           330 coders/txt.c       texture=DestroyImage(texture);
texture           696 coders/wmf.c     if ( ddata->image_info->texture ||
texture           857 coders/wmf.c     if (ddata->image_info->texture == NULL)
texture           886 coders/wmf.c         (void) CopyMagickString(image_info->filename,ddata->image_info->texture,
texture          2914 magick/composite.c   if (texture == (const Image *) NULL)
texture          2919 magick/composite.c   texture_image=CloneImage(texture,0,0,MagickTrue,exception);
texture           950 magick/image.c   (void) CloneString(&clone_info->texture,image_info->texture);
texture          1116 magick/image.c   if (image_info->texture != (char *) NULL)
texture          1117 magick/image.c     image_info->texture=DestroyString(image_info->texture);
texture           394 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           360 magick/montage.c     *texture,
texture           551 magick/montage.c   texture=NewImageList();
texture           552 magick/montage.c   if (montage_info->texture != (char *) NULL)
texture           554 magick/montage.c       (void) CopyMagickString(clone_info->filename,montage_info->texture,
texture           556 magick/montage.c       texture=ReadImage(clone_info,exception);
texture           679 magick/montage.c     if (texture != (Image *) NULL)
texture           680 magick/montage.c       (void) TextureImage(montage,texture);
texture           891 magick/montage.c   if (texture != (Image *) NULL)
texture           892 magick/montage.c     texture=DestroyImage(texture);
texture            40 magick/montage.h     *texture,
texture          5878 magick/xwindow.c         resource_info->image_info->texture != (char *) NULL ?
texture          5879 magick/xwindow.c         resource_info->image_info->texture : "pattern:checkerboard",
texture          6486 magick/xwindow.c         resource_info->image_info->texture != (char *) NULL ?
texture          6487 magick/xwindow.c         resource_info->image_info->texture : "pattern:checkerboard",
texture          7217 wand/mogrify.c                 if (image_info->texture != (char *) NULL)
texture          7218 wand/mogrify.c                   image_info->texture=DestroyString(image_info->texture);
texture          7221 wand/mogrify.c             (void) CloneString(&image_info->texture,argv[i+1]);
texture          1561 wand/montage.c             (void) CloneString(&montage_info->texture,(char *) NULL);
texture          1567 wand/montage.c             (void) CloneString(&montage_info->texture,argv[i]);