Searched refs:ellipse (Results 1 – 6 of 6) sorted by relevance
/imagick/tests/ |
H A D | 176_ImagickDraw_ellipse_basic.phpt | 2 Test ImagickDraw, ellipse 12 function ellipse($strokeColor, $fillColor, $backgroundColor) { 21 $draw->ellipse(125, 70, 100, 50, 0, 360); 22 $draw->ellipse(350, 70, 100, 50, 0, 315); 27 $draw->ellipse(0, 0, 100, 50, 0, 360); 33 $draw->ellipse(0, 0, 100, 50, 0, 315); 46 ellipse($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 243_Tutorial_svgExample_basic.phpt | 15 <ellipse id='ellipse' cx='36' cy='-56' rx='160' ry='320' /> 17 <use xlink:href='#ellipse' fill='#0000ff' /> 18 <use xlink:href='#ellipse' fill='#0099ff' transform='rotate(72)' />
|
/imagick/ |
H A D | ImagickDraw.stub.php | 96 …public function ellipse(float $origin_x, float $origin_y, float $radius_x, float $radius_y, float … function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1643 ZEND_METHOD(ImagickDraw, ellipse); 1819 ZEND_ME(ImagickDraw, ellipse, arginfo_class_ImagickDraw_ellipse, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1000 PHP_METHOD(imagickdraw, ellipse);
|
H A D | imagickdraw_class.c | 229 PHP_METHOD(ImagickDraw, ellipse) in PHP_METHOD() argument
|
Completed in 26 milliseconds