Searched refs:x2 (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 133_Imagick_setSamplingFactors_basic.phpt | 15 $imagick->setSamplingFactors(array('2x2', '1x1', '1x1'));
|
/imagick/ |
H A D | ImagickDraw.stub.php | 245 …public function pathCurveToAbsolute(float $x1, float $y1, float $x2, float $y2, float $x, float $y… argument 247 …public function pathCurveToRelative(float $x1, float $y1, float $x2, float $y2, float $x, float $y… argument 260 public function pathCurveToSmoothAbsolute(float $x2, float $y2, float $x, float $y): bool {} argument 262 public function pathCurveToSmoothRelative(float $x2, float $y2, float $x, float $y): bool {} argument
|
H A D | imagickdraw_class.c | 191 double x1, y1, x2, y2; in PHP_METHOD() local 195 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddd", &x1, &y1, &x2, &y2) == FAILURE) { in PHP_METHOD() 200 DrawRectangle(internd->drawing_wand, x1, y1, x2, y2); in PHP_METHOD() 211 double x1, y1, x2, y2, rx, ry; in PHP_METHOD() local 221 DrawRoundRectangle(internd->drawing_wand, x1, y1, x2, y2, rx, ry); in PHP_METHOD() 803 im_long x1, y1, x2, y2; in PHP_METHOD() local 812 DrawSetViewbox(internd->drawing_wand, x1, y1, x2, y2); in PHP_METHOD() 1871 double x1, y1, x2, y2, x, y; local 1880 DrawPathCurveToAbsolute(internd->drawing_wand, x1, y1, x2, y2, x, y); 1891 double x1, y1, x2, y2, x, y; local [all …]
|
H A D | ImagickDraw_arginfo.h | 984 ZEND_ARG_TYPE_INFO(0, x2, IS_DOUBLE, 0) 986 ZEND_ARG_INFO(0, x2) 1058 ZEND_ARG_TYPE_INFO(0, x2, IS_DOUBLE, 0) 1060 ZEND_ARG_INFO(0, x2)
|
Completed in 19 milliseconds