Searched refs:ry (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 174_ImagickDraw_affine_basic.phpt | 27 $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 D | 057_Imagick_distortImage_PerspectiveProjection.phpt | 13 //X-of-destination = (sx*xs + ry+ys +tx) / (px*xs + py*ys +1) 16 // sx ry tx
|
H A D | 243_Tutorial_svgExample_basic.phpt | 15 <ellipse id='ellipse' cx='36' cy='-56' rx='160' ry='320' />
|
H A D | 234_Tutorial_edgeExtend_basic.phpt | 47 // "ry" => -sin($angle),
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 56 "rx" => sin($angle), "ry" => -sin($angle),
|
/imagick/ |
H A D | imagickdraw_class.c | 211 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 D | ImagickDraw.stub.php | 271 float $ry, argument 280 float $ry, argument
|
H A D | ImagickDraw_arginfo.h | 1099 ZEND_ARG_TYPE_INFO(0, ry, IS_DOUBLE, 0) 1101 ZEND_ARG_INFO(0, ry)
|
Completed in 22 milliseconds