Searched refs:point (Results 1 – 11 of 11) sorted by relevance
/imagick/tests/ |
H A D | 182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 27 // point, the control point is the first two params, and the end point is the last two params. 34 // point, the control point is mirrored from the previous curves control point 35 // and the end point is defined by the x, y values. 41 // point, the control point is mirrored from the previous curves control point 42 // and the end point is defined relative from the current position by the x, y values.
|
H A D | 183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 27 // point, the control point is the first two params, and the end point is the last two params. 34 // point, the control point is mirrored from the previous curves control point 35 // and the end point is defined by the x, y values. 41 // point, the control point is mirrored from the previous curves control point 42 // and the end point is defined relative from the current position by the x, y values.
|
H A D | 185_ImagickDraw_point_basic.phpt | 2 Test ImagickDraw, point 12 function point($fillColor, $backgroundColor) { 19 $draw->point(rand(0, 500), rand(0, 500)); 31 point($fillColor, $backgroundColor) ;
|
H A D | 242_Tutorial_levelizeImage_basic.phpt | 24 //Add move the black point to it's new value
|
H A D | 063_Imagick_distortImage_Shepards.phpt | 35 // //Move a point near the top-right of the image down and to the left and down
|
H A D | 287_Imagick_GetImageChannelRange_basic.phpt | 24 // Floating point math. This is absolutely going to blow up
|
H A D | 145_imagickkernel_coverage.phpt | 117 echo "center point should be 0.5 but is actually ".$matrix[1][1].PHP_EOL;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 140 public function point(float $x, float $y): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1656 ZEND_METHOD(ImagickDraw, point); 1832 ZEND_ME(ImagickDraw, point, arginfo_class_ImagickDraw_point, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1015 PHP_METHOD(imagickdraw, point);
|
H A D | imagickdraw_class.c | 1162 PHP_METHOD(ImagickDraw, point) in PHP_METHOD() argument
|
Completed in 26 milliseconds