Home
last modified time | relevance | path

Searched refs:sy (Results 1 – 5 of 5) 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.phpt14 //Y-of-destination = (rx*xs + sy+ys +ty) / (px*xs + py*ys +1)
17 // rx sy ty
H A D234_Tutorial_edgeExtend_basic.phpt45 // "sy" => cos($angle),
H A D031_Imagick_affineTransformImage_basic.phpt55 "sx" => cos($angle), "sy" => cos($angle),
/imagick/
H A Dimagickdraw_class.c1028 double sx, sy, ex, ey, sd, ed; in PHP_METHOD() local
1032 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddddd", &sx, &sy, &ex, &ey, &sd, &ed) == FA… in PHP_METHOD()
1038 DrawArc(internd->drawing_wand, sx, sy, ex, ey, sd, ed); in PHP_METHOD()
1185 double sx, sy, ex, ey; in PHP_METHOD() local
1188 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddd", &sx, &sy, &ex, &ey) == FAILURE) { in PHP_METHOD()
1194 DrawLine(internd->drawing_wand, sx, sy, ex, ey); in PHP_METHOD()
1292 matrix.sy = value;

Completed in 22 milliseconds