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 2976 Magick++/lib/Image.cpp Image texture; texture 2990 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 2994 Magick++/lib/Image.cpp return texture; texture 3329 Magick++/lib/Image.cpp Image texture; texture 3343 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 3347 Magick++/lib/Image.cpp return texture; texture 3735 Magick++/lib/Image.cpp Image texture; texture 3751 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 3753 Magick++/lib/Image.cpp return texture; texture 678 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 116 Magick++/lib/Options.cpp _imageInfo->texture=(char *) RelinquishMagickMemory(_imageInfo->texture); texture 118 Magick++/lib/Options.cpp Magick::CloneString( &_imageInfo->texture, backgroundTexture_ ); texture 122 Magick++/lib/Options.cpp if ( _imageInfo->texture ) texture 123 Magick++/lib/Options.cpp return std::string( _imageInfo->texture ); texture 1004 Magick++/lib/STL.cpp image_.texture( _texture ); texture 82 Magick++/tests/montageImages.cpp montageOpts.texture( "granite:" ); texture 171 coders/txt.c *texture; texture 232 coders/txt.c texture=(Image *) NULL; texture 233 coders/txt.c if (image_info->texture != (char *) NULL) texture 240 coders/txt.c (void) CopyMagickString(read_info->filename,image_info->texture, texture 242 coders/txt.c texture=ReadImage(read_info,exception); texture 282 coders/txt.c if (texture != (Image *) NULL) texture 289 coders/txt.c (void) TextureImage(image,texture); texture 317 coders/txt.c if (texture != (Image *) NULL) texture 324 coders/txt.c (void) TextureImage(image,texture); texture 328 coders/txt.c if (texture != (Image *) NULL) texture 329 coders/txt.c texture=DestroyImage(texture); texture 2759 magick/composite.c if (texture == (const Image *) NULL) texture 2761 magick/composite.c (void) SetImageVirtualPixelMethod(texture,TileVirtualPixelMethod); texture 2767 magick/composite.c (texture->matte != MagickFalse))) texture 2775 magick/composite.c for (y=0; y < (ssize_t) image->rows; y+=(ssize_t) texture->rows) texture 2782 magick/composite.c for (x=0; x < (ssize_t) image->columns; x+=(ssize_t) texture->columns) texture 2787 magick/composite.c thread_status=CompositeImage(image,image->compose,texture,x+ texture 2788 magick/composite.c texture->tile_offset.x,y+texture->tile_offset.y); texture 2819 magick/composite.c texture_view=AcquireCacheView(texture); texture 2848 magick/composite.c p=GetCacheViewVirtualPixels(texture_view,texture->tile_offset.x,(y+ texture 2849 magick/composite.c texture->tile_offset.y) % texture->rows,texture->columns,1,exception); texture 2859 magick/composite.c for (x=0; x < (ssize_t) image->columns; x+=(ssize_t) texture->columns) texture 2861 magick/composite.c width=texture->columns; texture 2866 magick/composite.c (texture->colorspace == CMYKColorspace)) texture 922 magick/image.c if (image_info->texture != (char *) NULL) texture 923 magick/image.c (void) CloneString(&clone_info->texture,image_info->texture); texture 1307 magick/image.c if (image_info->texture != (char *) NULL) texture 1308 magick/image.c image_info->texture=DestroyString(image_info->texture); texture 383 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 552 magick/montage.c texture=NewImageList(); texture 553 magick/montage.c if (montage_info->texture != (char *) NULL) texture 555 magick/montage.c (void) CopyMagickString(clone_info->filename,montage_info->texture, texture 557 magick/montage.c texture=ReadImage(clone_info,exception); texture 680 magick/montage.c if (texture != (Image *) NULL) texture 681 magick/montage.c (void) TextureImage(montage,texture); texture 892 magick/montage.c if (texture != (Image *) NULL) texture 893 magick/montage.c texture=DestroyImage(texture); texture 40 magick/montage.h *texture, texture 5876 magick/xwindow.c resource_info->image_info->texture != (char *) NULL ? texture 5877 magick/xwindow.c resource_info->image_info->texture : "pattern:checkerboard", texture 6503 magick/xwindow.c resource_info->image_info->texture != (char *) NULL ? texture 6504 magick/xwindow.c resource_info->image_info->texture : "pattern:checkerboard", texture 7092 wand/mogrify.c if (image_info->texture != (char *) NULL) texture 7093 wand/mogrify.c image_info->texture=DestroyString(image_info->texture); texture 7096 wand/mogrify.c (void) CloneString(&image_info->texture,argv[i+1]); texture 1524 wand/montage.c (void) CloneString(&montage_info->texture,(char *) NULL); texture 1530 wand/montage.c (void) CloneString(&montage_info->texture,argv[i]);