Home
last modified time | relevance | path

Searched refs:ry (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D174_ImagickDraw_affine_basic.phpt27 $affineScale = array("sx" => 1.75, "sy" => 1.75, "rx" => 0, "ry" => 0, "tx" => 0, "ty" => 0);
30 …$affineShear = array("sx" => 1, "sy" => 1, "rx" => sin($angle), "ry" => -sin($angle), "tx" => 0, "…
34 …$affineRotate = array("sx" => cos($angle), "sy" => cos($angle), "rx" => sin($angle), "ry" => -sin(…
37 $affineTranslate = array("sx" => 1, "sy" => 1, "rx" => 0, "ry" => 0, "tx" => 30, "ty" => 30);
40 $affineIdentity = array("sx" => 1, "sy" => 1, "rx" => 0, "ry" => 0, "tx" => 0, "ty" => 0);
H A D057_Imagick_distortImage_PerspectiveProjection.phpt13 //X-of-destination = (sx*xs + ry+ys +tx) / (px*xs + py*ys +1)
16 // sx ry tx
H A D243_Tutorial_svgExample_basic.phpt15 <ellipse id='ellipse' cx='36' cy='-56' rx='160' ry='320' />
H A D234_Tutorial_edgeExtend_basic.phpt47 // "ry" => -sin($angle),
H A D031_Imagick_affineTransformImage_basic.phpt56 "rx" => sin($angle), "ry" => -sin($angle),
/imagick/
H A Dimagickdraw_class.c211 double x1, y1, x2, y2, rx, ry; in PHP_METHOD() local
215 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddddd", &x1, &y1, &x2, &y2, &rx, &ry) == FA… in PHP_METHOD()
221 DrawRoundRectangle(internd->drawing_wand, x1, y1, x2, y2, rx, ry); in PHP_METHOD()
231 double ox, oy, rx, ry, start, end; in PHP_METHOD() local
235 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddddd", &ox, &oy, &rx, &ry, &start, &end) =… in PHP_METHOD()
241 DrawEllipse(internd->drawing_wand, ox, oy, rx, ry, start, end); in PHP_METHOD()
1290 matrix.ry = value;
2031 double rx, ry, x_axis_rotation, x, y; local
2040 …DrawPathEllipticArcAbsolute(internd->drawing_wand, rx, ry, x_axis_rotation, large_arc, sweep, x, y…
2052 double rx, ry, x_axis_rotation, x, y; local
[all …]
H A DImagickDraw.stub.php271 float $ry, argument
280 float $ry, argument
H A DImagickDraw_arginfo.h1099 ZEND_ARG_TYPE_INFO(0, ry, IS_DOUBLE, 0)
1101 ZEND_ARG_INFO(0, ry)

Completed in 29 milliseconds