Home
last modified time | relevance | path

Searched refs:imagefilledrectangle (Results 26 – 49 of 49) sorted by relevance

12

/PHP-8.3/ext/gd/tests/
H A Dbug53640.phpt16 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug73291.phpt10 imagefilledrectangle($src, 0, 0, 254, 254, $white);
H A Dimagefilltoborder_basic.phpt14 imagefilledrectangle( $image, 0, 0, 100, 100, imagecolorallocate( $image, 255, 255, 255 ) );
H A Dbug66339.phpt10 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug53580.phpt20 imagefilledrectangle($im0, 0, 0, $w0 - 1, $h0 - 1, $c0);
H A Dbug66339-mb.phpt10 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dimagesetbrush_basic.phpt17 imagefilledrectangle($img, 0, 0, 299, 99, $white);
H A Dbug51263.phpt17 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
H A Dbug66590.phpt17 imagefilledrectangle($im, 0, 0, 74, 74, $red);
H A Dimagesetthickness_basic.phpt19 imagefilledrectangle($image, 0, 0, 299, 99, $white);
H A Dbug47946.phpt39 imagefilledrectangle($im, 0, 0, 39, 39, 0x7fffffff);
H A Dimagefttext.phpt23 imagefilledrectangle($im, 0, 0, $sx - 1, $sy - 1, $colour_b);
H A Dbug79676.phpt16 imagefilledrectangle($src, 0, 0, $size - 1 , $size - 1, 0xff00ff);
H A Dbug50194.phpt18 imagefilledrectangle($im, 0, 0, 239, 54, $background);
H A Dwebp_basic.phpt24 imagefilledrectangle($im1, 0, 0, 74, 74, $white);
H A Dimagettftext_charmap_order.phpt26 imagefilledrectangle(
H A Dbug77198_threshold.phpt15 imagefilledrectangle($im, 0, 0, 7, 7, 0xffffff);
H A Dbug77198_auto.phpt15 imagefilledrectangle($im, 0, 0, 7, 7, 0xffffff);
H A Dimagegammacorrect_variation2.phpt44 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
H A Dbug24594.phpt48 imagefilledrectangle($base,0,0,149,149,$white);
H A Dlibgd00100.phpt23 imagefilledrectangle($im, 0, 0, 255, 255, $white);
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h673 ZEND_FUNCTION(imagefilledrectangle);
814 ZEND_FE(imagefilledrectangle, arginfo_imagefilledrectangle)
H A Dgd.stub.php674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… function
H A Dgd.c2397 PHP_FUNCTION(imagefilledrectangle) in PHP_FUNCTION() argument

Completed in 29 milliseconds

12