Home
last modified time | relevance | path

Searched refs:y_rounding (Results 1 – 4 of 4) sorted by relevance

/imagick/tests/
H A D112_Imagick_roundCorners_basic.phpt22 $y_rounding = 40;
29 $y_rounding,
/imagick/
H A DImagick.stub.php84 float $y_rounding, argument
96 float $y_rounding, argument
H A DImagick_arginfo.h417 ZEND_ARG_TYPE_INFO(0, y_rounding, IS_DOUBLE, 0)
419 ZEND_ARG_INFO(0, y_rounding)
H A Dimagick_class.c556 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 57 milliseconds