Home
last modified time | relevance | path

Searched refs:imagedashedline (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dbug52070.phpt2 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 Dimagedashedline_basic.phpt2 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.1/ext/gd/
H A Dgd_arginfo.h672 ZEND_FUNCTION(imagedashedline);
813 ZEND_FE(imagedashedline, arginfo_imagedashedline)
H A Dgd.stub.php208 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
H A Dgd.c2515 PHP_FUNCTION(imagedashedline) in PHP_FUNCTION() argument

Completed in 27 milliseconds