Lines Matching refs:border_wand
1265 PixelWand *fill_wand, *border_wand = NULL; in PHP_METHOD() local
1286 …border_wand = php_imagick_zval_to_pixelwand (border_param, IMAGICK_CLASS, &border_allocated TSRMLS… in PHP_METHOD()
1287 if (!border_wand) { in PHP_METHOD()
1292 …status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, … in PHP_METHOD()
1298 if (border_wand) in PHP_METHOD()
1299 DestroyPixelWand (border_wand); in PHP_METHOD()
1941 PixelWand *fill_wand, *border_wand; in PHP_METHOD() local
1957 …border_wand = php_imagick_zval_to_pixelwand (border_param, IMAGICK_CLASS, &border_allocated TSRMLS… in PHP_METHOD()
1958 if (!border_wand) { in PHP_METHOD()
1966 …oodfillPaintImageChannel(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, y, invert); in PHP_METHOD()
1968 …status = MagickFloodfillPaintImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, … in PHP_METHOD()
1975 border_wand = DestroyPixelWand (border_wand); in PHP_METHOD()
4320 PixelWand *fill_wand, *border_wand; in PHP_METHOD() local
4339 …border_wand = php_imagick_zval_to_pixelwand (border_param, IMAGICK_CLASS, &border_allocated TSRMLS… in PHP_METHOD()
4340 if (!border_wand) { in PHP_METHOD()
4346 status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y); in PHP_METHOD()
4352 border_wand = DestroyPixelWand (border_wand); in PHP_METHOD()