texture 68 Magick++/demo/button.cpp button.texture( backgroundTexture ); texture 48 Magick++/demo/shapes.cpp Image texture( srcdir + "tile.miff" ); texture 49 Magick++/demo/shapes.cpp image.penTexture( texture ); texture 51 Magick++/demo/shapes.cpp texture.isValid( false ); texture 52 Magick++/demo/shapes.cpp image.penTexture( texture ); // Unset texture texture 2719 Magick++/lib/Image.cpp Image texture; texture 2733 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 2736 Magick++/lib/Image.cpp return texture; texture 3069 Magick++/lib/Image.cpp Image texture; texture 3083 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 3086 Magick++/lib/Image.cpp return texture; texture 3414 Magick++/lib/Image.cpp Image texture; texture 3429 Magick++/lib/Image.cpp texture.replaceImage( image ); texture 3431 Magick++/lib/Image.cpp return texture; texture 637 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 97 Magick++/lib/Montage.cpp Magick::CloneString( &montageInfo_.texture, _texture ); texture 99 Magick++/lib/Montage.cpp MagickFreeMemory(montageInfo_.texture); texture 114 Magick++/lib/Options.cpp MagickFreeMemory(_imageInfo->texture); texture 118 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 955 Magick++/lib/STL.cpp image_.texture( _texture ); texture 82 Magick++/tests/montageImages.cpp montageOpts.texture( "granite:" ); texture 297 coders/txt.c *texture; texture 694 coders/txt.c texture=(Image *) NULL; texture 695 coders/txt.c if (image_info->texture != (char *) NULL) texture 703 coders/txt.c (void) strlcpy(clone_info->filename,image_info->texture,MaxTextExtent); texture 704 coders/txt.c texture=ReadImage(clone_info,exception); texture 740 coders/txt.c if (texture != (Image *) NULL) texture 746 coders/txt.c (void) TextureImage(image,texture); texture 773 coders/txt.c if (texture != (Image *) NULL) texture 779 coders/txt.c (void) TextureImage(image,texture); texture 783 coders/txt.c if (texture != (Image *) NULL) texture 784 coders/txt.c DestroyImage(texture); texture 488 coders/wmf.c if ( ddata->image_info->texture || texture 645 coders/wmf.c if(ddata->image_info->texture == NULL) texture 668 coders/wmf.c (void) strcpy(image_info->filename, ddata->image_info->texture); texture 5344 magick/command.c (void) CloneString(&image_info->texture,(char *) NULL); texture 5350 magick/command.c (void) CloneString(&image_info->texture,argv[i]); texture 7221 magick/command.c (void) CloneString(&image_info->texture,(char *) NULL); texture 7227 magick/command.c (void) CloneString(&image_info->texture,argv[i]); texture 12596 magick/command.c (void) CloneString(&image_info->texture,(char *) NULL); texture 12603 magick/command.c (void) CloneString(&image_info->texture,argv[i]); texture 13988 magick/command.c (void) CloneString(&montage_info->texture,(char *) NULL); texture 13994 magick/command.c (void) CloneString(&montage_info->texture,argv[i]); texture 151 magick/constitute.h const Image *texture,ExceptionInfo *exception), texture 1042 magick/image.c if (image_info->texture != (char *) NULL) texture 1043 magick/image.c clone_info->texture=AllocateString(image_info->texture); texture 1199 magick/image.c MagickFreeMemory(image_info->texture); texture 580 magick/image.h *texture, texture 886 magick/image.h *texture, /* Name of texture image to use for background fills */ texture 102 magick/montage.c if (montage_info->texture != (char *) NULL) texture 103 magick/montage.c clone_info->texture=AllocateString(montage_info->texture); texture 154 magick/montage.c if (montage_info->texture != (char *) NULL) texture 155 magick/montage.c MagickFreeMemory(montage_info->texture); texture 283 magick/montage.c *texture, texture 481 magick/montage.c texture=(Image *) NULL; texture 482 magick/montage.c if (montage_info->texture != (char *) NULL) texture 484 magick/montage.c (void) strlcpy(image_info->filename,montage_info->texture, texture 486 magick/montage.c texture=ReadImage(image_info,exception); texture 579 magick/montage.c if (texture != (Image *) NULL) texture 580 magick/montage.c (void) TextureImage(montage,texture); texture 785 magick/montage.c if (texture != (Image *) NULL) texture 786 magick/montage.c DestroyImage(texture); texture 223 magick/texture.c if (texture == (const Image *) NULL) texture 259 magick/texture.c p=AcquireImagePixels(texture,0,y % texture->rows, texture 260 magick/texture.c texture->columns,1,&image->exception); texture 273 magick/texture.c for (x=0; x < (long) image->columns; x+=texture->columns) texture 275 magick/texture.c width=texture->columns; texture 283 magick/texture.c AlphaCompositePixel(q,q,q->opacity,p,texture->matte != MagickFalse ? texture 326 magick/texture.c image->is_grayscale=(is_grayscale && texture->is_grayscale); texture 328 magick/texture.c image->is_grayscale=texture->is_grayscale; texture 332 magick/texture.c image->matte=texture->matte; texture 27 magick/texture.h const Image *texture,ExceptionInfo *exception); texture 5608 magick/xwindow.c *texture; texture 5615 magick/xwindow.c texture=ReadImage(resource_info->image_info,&window->image->exception); texture 5616 magick/xwindow.c if (texture != (Image *) NULL) texture 5625 magick/xwindow.c if (TextureImage(textured_image,texture) != MagickFail) texture 5637 magick/xwindow.c DestroyImage(texture); texture 5638 magick/xwindow.c texture=(Image *) NULL;