Searched refs:border_wand (Results 1 – 1 of 1) sorted by relevance
1265 PixelWand *fill_wand, *border_wand = NULL; in PHP_METHOD() local1287 if (!border_wand) { 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() local1958 if (!border_wand) { in PHP_METHOD()1975 border_wand = DestroyPixelWand (border_wand); in PHP_METHOD()4320 PixelWand *fill_wand, *border_wand; in PHP_METHOD() local4340 if (!border_wand) { in PHP_METHOD()4346 status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y); in PHP_METHOD()[all …]
Completed in 25 milliseconds