Searched refs:circle (Results 1 – 13 of 13) sorted by relevance
/imagick/tests/ |
H A D | 178_ImagickDraw_circle_basic.phpt | 2 Test ImagickDraw, circle 16 function circle($strokeColor, $fillColor, $backgroundColor, $originX, $originY, $endX, $endY) { 31 $draw->circle($originX, $originY, $endX, $endY); 42 circle($strokeColor, $fillColor, $backgroundColor, $originX, $originY, $endX, $endY) ;
|
H A D | 226_ImagickDraw_setViewBox_basic.phpt | 27 $draw->circle(250, 250, 250, 0); 29 $draw->circle(125, 250, 250, 250); 31 $draw->circle(0, 0, 125, 0);
|
H A D | 243_Tutorial_svgExample_basic.phpt | 33 <circle cx="30" cy="30" r="20"/> 34 <circle cx="70" cy="70" r="20"/>
|
H A D | 073_Imagick_forwardFourierTransformImage_basic.phpt | 23 //Draw a circle on the y-axis, with it's centre 25 $draw->circle(250, 250, 220, 250);
|
H A D | 086_Imagick_forwardFourierTransformImage_basic.phpt | 20 //Draw a circle on the y-axis, with it's centre 22 $draw->circle(250, 250, 220, 250);
|
H A D | 123_Imagick_setImageClipMask_basic.phpt | 30 $draw->circle(
|
H A D | 289_Imagick_setImageMask_basic.phpt | 27 $drawing->circle(
|
H A D | 237_Tutorial_deconstructGif_basic.phpt | 46 $drawing->circle(0, 0, $circleRadius, 0);
|
H A D | 278_Imagick_optimaze_gif.phpt | 49 $drawing->circle(0, 0, $circleRadius, 0);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 37 public function circle( function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1627 ZEND_METHOD(ImagickDraw, circle); 1802 ZEND_ME(ImagickDraw, circle, arginfo_class_ImagickDraw_circle, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1001 PHP_METHOD(imagickdraw, circle);
|
H A D | imagickdraw_class.c | 169 PHP_METHOD(ImagickDraw, circle) in PHP_METHOD() argument
|
Completed in 25 milliseconds