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