Home
last modified time | relevance | path

Searched refs:ellipse (Results 1 – 6 of 6) sorted by relevance

/imagick/tests/
H A D176_ImagickDraw_ellipse_basic.phpt2 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 D243_Tutorial_svgExample_basic.phpt15 <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 DImagickDraw.stub.php96 …public function ellipse(float $origin_x, float $origin_y, float $radius_x, float $radius_y, float … function in ImagickDraw
H A DImagickDraw_arginfo.h1643 ZEND_METHOD(ImagickDraw, ellipse);
1819 ZEND_ME(ImagickDraw, ellipse, arginfo_class_ImagickDraw_ellipse, ZEND_ACC_PUBLIC)
H A Dphp_imagick_defs.h1000 PHP_METHOD(imagickdraw, ellipse);
H A Dimagickdraw_class.c229 PHP_METHOD(ImagickDraw, ellipse) in PHP_METHOD() argument

Completed in 22 milliseconds