Home
last modified time | relevance | path

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

/imagick/
H A Dimagickdraw_class.c313 PixelWand *color_wand; in PHP_METHOD() local
323 if (!color_wand) in PHP_METHOD()
328 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
387 PixelWand *color_wand; in PHP_METHOD() local
397 if (!color_wand) in PHP_METHOD()
402 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
776 PixelWand *color_wand; in PHP_METHOD() local
786 if (!color_wand) in PHP_METHOD()
791 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
2978 if (!color_wand)
[all …]
H A Dimagickpixel_class.c380 PixelWand *color_wand; local
393 color_wand = php_imagick_zval_to_pixelwand (param, IMAGICKPIXEL_CLASS, &allocated TSRMLS_CC);
394 if (!color_wand)
397 …status = IsPixelWandSimilar(internp->pixel_wand, color_wand, (use_quantum ? (QuantumRange * fuzz) …
399 color_wand = DestroyPixelWand (color_wand);
H A Dimagick_class.c4527 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
4838 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
5041 color_wand = DestroyPixelWand (color_wand); in PHP_METHOD()
5450 color_wand = DestroyPixelWand (color_wand);
5518 color_wand = DestroyPixelWand (color_wand);
7454 color_wand = DestroyPixelWand (color_wand);
8892 color_wand = DestroyPixelWand (color_wand);
9096 color_wand = DestroyPixelWand (color_wand);
9335 color_wand = DestroyPixelWand (color_wand);
9641 color_wand = DestroyPixelWand (color_wand);
[all …]

Completed in 50 milliseconds