Searched refs:imagerectangle (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | libgd00106.phpt | 2 libgd #106 (imagerectangle 1x1 draws 1x3) 8 imagerectangle($im, 1,1, 1,1, 0xFFFFFF);
|
H A D | imagerectangle_basic.phpt | 2 Testing imagerectangle() of GD library 14 imagerectangle( $image, 0, 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );
|
H A D | bug53156.phpt | 2 Bug #53156 (imagerectangle problem with point ordering) 26 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
|
H A D | bug53154.phpt | 15 imagerectangle($im, 5, 5, 95, 5, $red);
|
H A D | bug24594.phpt | 22 imagerectangle($base, 9,9,139,139,$black); 49 imagerectangle($base, 9,9,139,139,$black);
|
H A D | imagesetthickness_basic.phpt | 25 imagerectangle($image, 14, 14, 185, 85, $black);
|
H A D | webp_basic.phpt | 27 imagerectangle($im1, 41, 3, 71, 33, $blue);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 672 ZEND_FUNCTION(imagerectangle); 813 ZEND_FE(imagerectangle, arginfo_imagerectangle)
|
H A D | gd.stub.php | 672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
|
H A D | gd.c | 2384 PHP_FUNCTION(imagerectangle) in PHP_FUNCTION() argument
|
Completed in 32 milliseconds