Home
last modified time | relevance | path

Searched refs:postscript_image (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dxps.c154 *postscript_image; in ReadXPSImage() local
315 postscript_image=(Image *) NULL; in ReadXPSImage()
329 AppendImageToList(&postscript_image,next); in ReadXPSImage()
344 AppendImageToList(&postscript_image,next); in ReadXPSImage()
348 if (postscript_image == (Image *) NULL) in ReadXPSImage()
356 if (LocaleCompare(postscript_image->magick,"BMP") == 0) in ReadXPSImage()
361 cmyk_image=ConsolidateCMYKImages(postscript_image,exception); in ReadXPSImage()
364 postscript_image=DestroyImageList(postscript_image); in ReadXPSImage()
365 postscript_image=cmyk_image; in ReadXPSImage()
378 clone_image=CloneImage(postscript_image,1,1,MagickTrue,exception); in ReadXPSImage()
[all …]
Dps.c552 *postscript_image; in ReadPSImage() local
789 postscript_image=(Image *) NULL; in ReadPSImage()
812 AppendImageToList(&postscript_image,next); in ReadPSImage()
816 if (postscript_image == (Image *) NULL) in ReadPSImage()
825 if (LocaleCompare(postscript_image->magick,"BMP") == 0) in ReadPSImage()
830 cmyk_image=ConsolidateCMYKImages(postscript_image,exception); in ReadPSImage()
833 postscript_image=DestroyImageList(postscript_image); in ReadPSImage()
834 postscript_image=cmyk_image; in ReadPSImage()
854 clone_image=CloneImage(postscript_image,1,1,MagickTrue,exception); in ReadPSImage()
856 PrependImageToList(&postscript_image,clone_image); in ReadPSImage()
[all …]