Searched refs:imageaffine (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/gd/tests/ |
H A D | bug79067.phpt | 9 var_dump(imageaffine($src, $matrix));
|
H A D | bug79068.phpt | 11 imageaffine($src, [1, 1, 1, 1, 1, 1]);
|
/PHP-8.1/ext/gd/ |
H A D | gd_arginfo.h | 712 ZEND_FUNCTION(imageaffine); 859 ZEND_FE(imageaffine, arginfo_imageaffine)
|
H A D | gd.stub.php | 311 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {} function
|
H A D | gd.c | 3805 PHP_FUNCTION(imageaffine) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds