Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug52070.phpt2 Bug #52070 (imagedashedline() - dashed line sometimes is not visible)
16 imagedashedline($im, 800, 400, 300, 400, $color);
17 imagedashedline($im, 800, 400, 300, 800, $color);
18 imagedashedline($im, 800, 400, 400, 800, $color);
19 imagedashedline($im, 800, 400, 500, 800, $color);
20 imagedashedline($im, 800, 400, 600, 800, $color);
21 imagedashedline($im, 800, 400, 700, 800, $color);
22 imagedashedline($im, 800, 400, 800, 800, $color);
H A Dimagedashedline_basic.phpt2 imagedashedline()
7 if (!function_exists('imagedashedline')) die('skip imagedashedline() not available');
15 echo "Simple test of imagedashedline() function\n";
17 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
29 imagedashedline($image, 100, 20, 100, 230, $col_line );
30 imagedashedline($image, 150, 20, 150, 230, $col_line );
49 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
53 Simple test of imagedashedline() function
/php-src/ext/gd/
H A Dgd_arginfo.h670 ZEND_FUNCTION(imagedashedline);
810 ZEND_FE(imagedashedline, arginfo_imagedashedline)
H A Dgd.stub.php670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
H A Dgd.c2361 PHP_FUNCTION(imagedashedline) in PHP_FUNCTION() argument

Completed in 50 milliseconds