Lines Matching refs:texture
177 *texture;
252 texture=(Image *) NULL;
253 if (image_info->texture != (char *) NULL)
260 (void) CopyMagickString(read_info->filename,image_info->texture,
262 texture=ReadImage(read_info,exception);
306 if (texture != (Image *) NULL)
313 (void) TextureImage(image,texture,exception);
341 if (texture != (Image *) NULL)
348 (void) TextureImage(image,texture,exception);
352 if (texture != (Image *) NULL)
353 texture=DestroyImage(texture);