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