Searched refs:imagerotate (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagerotate_overflow.phpt | 2 imagerotate() overflow with negative numbers 9 if (!function_exists('imagerotate')) { 10 die("skip imagerotate() not available."); 18 $tmp = imagerotate ($im, 5, -9999999);
|
H A D | bug39366.phpt | 2 Bug #39366 (imagerotate does not respect alpha with angles>45) 6 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n"); 14 $rotate = imagerotate($im, 180, 0);
|
H A D | bug66882.phpt | 2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px) 9 $im = imagerotate(imagecreate(10, 10), -90, 0);
|
H A D | bug24155.phpt | 8 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n"); 17 $im = imagerotate($im, 270, 255);
|
H A D | bug70976.phpt | 9 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
|
H A D | bug65148.phpt | 2 Bug #65148 (imagerotate may alter image dimensions) 40 $imgr = imagerotate($img, -5, $t);
|
H A D | bug73272.phpt | 17 $dst = imagerotate($src, 60, 0xFFFFFF);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 590 ZEND_FUNCTION(imagerotate); 725 ZEND_FE(imagerotate, arginfo_imagerotate)
|
H A D | gd.stub.php | 56 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … function
|
H A D | gd.c | 1284 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds