Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dlayer.c770 *image_a, in CompareImagesLayers() local
803 image_a=CloneImage(next,next->page.width,next->page.height, in CompareImagesLayers()
805 if (image_a == (Image *) NULL) in CompareImagesLayers()
810 image_a->background_color.alpha_trait=BlendPixelTrait; in CompareImagesLayers()
811 image_a->background_color.alpha=(MagickRealType) TransparentAlpha; in CompareImagesLayers()
812 (void) SetImageBackgroundColor(image_a,exception); in CompareImagesLayers()
813 image_a->page=next->page; in CompareImagesLayers()
814 image_a->page.x=0; in CompareImagesLayers()
815 image_a->page.y=0; in CompareImagesLayers()
816 (void) CompositeImage(image_a,next,CopyCompositeOp,MagickTrue,next->page.x, in CompareImagesLayers()
[all …]