Searched refs:target (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | imagick_helpers.c | 903 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 D | shim_im6_to_im7.h | 123 const ChannelType channel,const PixelWand *target,
|
H A D | shim_im6_to_im7.c | 667 const ChannelType channel,const PixelWand *target, in MagickOpaquePaintImageChannel() argument 676 status = MagickOpaquePaintImage(wand, target, fill, fuzz, invert); in MagickOpaquePaintImageChannel()
|
Completed in 14 milliseconds