Home
last modified time | relevance | path

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

/imagick/tests/
H A D112_Imagick_roundCorners_basic.phpt21 $x_rounding = 40;
28 $x_rounding,
/imagick/
H A DImagick.stub.php83 float $x_rounding, argument
95 float $x_rounding, argument
H A DImagick_arginfo.h411 ZEND_ARG_TYPE_INFO(0, x_rounding, IS_DOUBLE, 0)
413 ZEND_ARG_INFO(0, x_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 43 milliseconds