Searched refs:rx (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 | 14 //Y-of-destination = (rx*xs + sy+ys +ty) / (px*xs + py*ys +1) 17 // rx sy ty
|
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 | 46 // "rx" => 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() 1288 matrix.rx = 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 | 270 float $rx, argument 279 float $rx, argument
|
H A D | ImagickDraw_arginfo.h | 1093 ZEND_ARG_TYPE_INFO(0, rx, IS_DOUBLE, 0) 1095 ZEND_ARG_INFO(0, rx)
|
Completed in 20 milliseconds