Searched refs:matte (Results 1 – 10 of 10) sorted by relevance
/imagick/tests/ |
H A D | 180_ImagickDraw_matte_basic.phpt | 2 Test ImagickDraw, matte 6 checkClassMethods('ImagickDraw', array('matte')); 17 function matte($strokeColor, $fillColor, $backgroundColor, $paintType) { 26 $draw->matte(120, 120, $paintType); 40 matte($strokeColor, $fillColor, $backgroundColor, $paintType) ; 44 Deprecated: %s ImagickDraw::matte() is deprecated in %s
|
H A D | 056_Imagick_distortImage_Perspective.phpt | 26 /* Activate matte */
|
/imagick/ |
H A D | ImagickDraw.stub.php | 135 public function matte(float $x, float $y, int $paint): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1653 ZEND_METHOD(ImagickDraw, matte); 1829 ZEND_ME(ImagickDraw, matte, arginfo_class_ImagickDraw_matte, ZEND_ACC_PUBLIC|ZEND_ACC_DEPRECATED)
|
H A D | Imagick.stub.php | 38 public function setImageMatte(bool $matte): bool {} argument
|
H A D | php_imagick_defs.h | 1012 PHP_METHOD(imagickdraw, matte);
|
H A D | imagick_class.c | 287 MagickBooleanType matte; in PHP_METHOD() local 299 matte = MagickGetImageMatte(intern->magick_wand); in PHP_METHOD() 301 if (matte == MagickTrue) { in PHP_METHOD() 317 zend_bool matte; in PHP_METHOD() local 321 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &matte) == FAILURE) { in PHP_METHOD() 329 status = MagickSetImageMatte(intern->magick_wand, matte); in PHP_METHOD()
|
H A D | imagickdraw_class.c | 1048 PHP_METHOD(ImagickDraw, matte) in PHP_METHOD() argument
|
H A D | Imagick_arginfo.h | 183 ZEND_ARG_TYPE_INFO(0, matte, _IS_BOOL, 0) 185 ZEND_ARG_INFO(0, matte)
|
H A D | ChangeLog | 68 ImagickDraw, matte
|
Completed in 114 milliseconds