Home
last modified time | relevance | path

Searched refs:imagerectangle (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/gd/tests/
H A Dlibgd00106.phpt2 libgd #106 (imagerectangle 1x1 draws 1x3)
8 imagerectangle($im, 1,1, 1,1, 0xFFFFFF);
H A Dimagerectangle_basic.phpt2 Testing imagerectangle() of GD library
20 imagerectangle( $image, 0, 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );
H A Dbug53156.phpt2 Bug #53156 (imagerectangle problem with point ordering)
26 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
H A Dbug53154.phpt15 imagerectangle($im, 5, 5, 95, 5, $red);
H A Dbug24594.phpt22 imagerectangle($base, 9,9,139,139,$black);
49 imagerectangle($base, 9,9,139,139,$black);
H A Dimagesetthickness_basic.phpt28 imagerectangle($image, 14, 14, 185, 85, $black);
H A Dwebp_basic.phpt27 imagerectangle($im1, 41, 3, 71, 33, $blue);
/php-src/ext/gd/
H A Dgd_arginfo.h671 ZEND_FUNCTION(imagerectangle);
811 ZEND_FE(imagerectangle, arginfo_imagerectangle)
H A Dgd.stub.php672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
H A Dgd.c2379 PHP_FUNCTION(imagerectangle) in PHP_FUNCTION() argument

Completed in 32 milliseconds