Searched refs:imagedashedline (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug52070.phpt | 2 Bug #52070 (imagedashedline() - dashed line sometimes is not visible) 10 imagedashedline($im, 800, 400, 300, 400, $color); 11 imagedashedline($im, 800, 400, 300, 800, $color); 12 imagedashedline($im, 800, 400, 400, 800, $color); 13 imagedashedline($im, 800, 400, 500, 800, $color); 14 imagedashedline($im, 800, 400, 600, 800, $color); 15 imagedashedline($im, 800, 400, 700, 800, $color); 16 imagedashedline($im, 800, 400, 800, 800, $color);
|
H A D | imagedashedline_basic.phpt | 2 imagedashedline() 7 if (!function_exists('imagedashedline')) die('skip imagedashedline() not available'); 12 echo "Simple test of imagedashedline() function\n"; 14 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png'; 26 imagedashedline($image, 100, 20, 100, 230, $col_line ); 27 imagedashedline($image, 150, 20, 150, 230, $col_line ); 46 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png'; 50 Simple test of imagedashedline() function
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 671 ZEND_FUNCTION(imagedashedline); 812 ZEND_FE(imagedashedline, arginfo_imagedashedline)
|
H A D | gd.stub.php | 670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
|
H A D | gd.c | 2366 PHP_FUNCTION(imagedashedline) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds