Lines Matching refs:read_info
115 *read_info;
135 read_info=CloneImageInfo(image_info);
136 SetImageInfoBlob(read_info,(void *) NULL,0);
137 (void) CopyMagickString(read_info->magick,"SVG",MagickPathExtent);
138 (void) AcquireUniqueFilename(read_info->filename);
140 read_info->filename,image_info->filename);
148 (void) RelinquishUniqueFileResource(read_info->filename);
156 gvRenderFilename(graphic_context,graph,(char *) "svg",read_info->filename);
162 (void) CopyMagickString(read_info->magick,"SVG",MaxTextExtent);
163 image=ReadImage(read_info,exception);
164 (void) RelinquishUniqueFileResource(read_info->filename);
165 read_info=DestroyImageInfo(read_info);