Home
last modified time | relevance | path

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

/imagick/
H A Dimagick_helpers.c903 PixelWand *target = NewPixelWand (); in php_imagick_clone_pixelwand()
904 if (!target) in php_imagick_clone_pixelwand()
907 PixelSetColorCount (target, PixelGetColorCount (source)); in php_imagick_clone_pixelwand()
908 PixelSetRed (target, PixelGetRed (source)); in php_imagick_clone_pixelwand()
909 PixelSetGreen (target, PixelGetGreen (source)); in php_imagick_clone_pixelwand()
910 PixelSetBlue (target, PixelGetBlue (source)); in php_imagick_clone_pixelwand()
911 PixelSetOpacity (target, PixelGetOpacity (source)); in php_imagick_clone_pixelwand()
912 PixelSetAlpha (target, PixelGetAlpha (source)); in php_imagick_clone_pixelwand()
914 return target; in php_imagick_clone_pixelwand()
H A Dshim_im6_to_im7.h123 const ChannelType channel,const PixelWand *target,
H A Dshim_im6_to_im7.c667 const ChannelType channel,const PixelWand *target, in MagickOpaquePaintImageChannel() argument
676 status = MagickOpaquePaintImage(wand, target, fill, fuzz, invert); in MagickOpaquePaintImageChannel()

Completed in 15 milliseconds