Home
last modified time | relevance | path

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

/imagick/tests/
H A D112_Imagick_roundCorners_basic.phpt23 $stroke_width = 5;
30 $stroke_width,
/imagick/
H A DImagick.stub.php85 float $stroke_width = 10, argument
97 float $stroke_width = 10, argument
H A DImagick_arginfo.h423 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, stroke_width, IS_DOUBLE, 0, "10")
425 ZEND_ARG_INFO(0, stroke_width)
H A Dimagick_class.c563 double stroke_width = 10, displace = 5, correction = -6; in PHP_METHOD() local
566 …eters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|ddd", &x_rounding, &y_rounding, &stroke_width, &displace, &co… in PHP_METHOD()
653 DrawSetStrokeWidth(draw, stroke_width); in PHP_METHOD()

Completed in 49 milliseconds