Searched refs:x_rounding (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 112_Imagick_roundCorners_basic.phpt | 21 $x_rounding = 40; 28 $x_rounding,
|
/imagick/ |
H A D | Imagick.stub.php | 83 float $x_rounding, argument 95 float $x_rounding, argument
|
H A D | Imagick_arginfo.h | 411 ZEND_ARG_TYPE_INFO(0, x_rounding, IS_DOUBLE, 0) 413 ZEND_ARG_INFO(0, x_rounding)
|
H A D | imagick_class.c | 556 double x_rounding, y_rounding; in PHP_METHOD() local 566 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|ddd", &x_rounding, &y_rounding, &stroke_w… in PHP_METHOD() 654 …, displace, displace, image_width + correction, image_height + correction, x_rounding, y_rounding); in PHP_METHOD()
|
Completed in 72 milliseconds