Searched refs:rotate (Results 1 – 10 of 10) sorted by relevance
/imagick/tests/ |
H A D | 195_ImagickDraw_rotate_basic.phpt | 2 Test ImagickDraw, rotate 13 function rotate($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) { 20 $draw->rotate(15); 32 rotate($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
|
H A D | 176_ImagickDraw_ellipse_basic.phpt | 26 $draw->rotate(30); 32 $draw->rotate(30);
|
H A D | 055_Imagick_distortImage_ScaleRotateTransform.phpt | 17 150 # rotate
|
H A D | 243_Tutorial_svgExample_basic.phpt | 18 <use xlink:href='#ellipse' fill='#0099ff' transform='rotate(72)' />
|
H A D | 234_Tutorial_edgeExtend_basic.phpt | 28 //Now scale, rotate, translate (aka affine project) it
|
/imagick/ |
H A D | ImagickDraw.stub.php | 330 public function rotate(float $degrees): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1721 ZEND_METHOD(ImagickDraw, rotate); 1897 ZEND_ME(ImagickDraw, rotate, arginfo_class_ImagickDraw_rotate, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1079 PHP_METHOD(imagickdraw, rotate);
|
H A D | imagickdraw_class.c | 2443 PHP_METHOD(ImagickDraw, rotate) argument
|
H A D | ChangeLog | 1052 - Fixed return of annotate and rotate (true on success). (pierre-alain joye)
|
Completed in 38 milliseconds