Searched refs:imagedashedline (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/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 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2… 18 echo "Simple test of imagedashedline() function\n"; 20 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png'; 32 imagedashedline($image, 100, 20, 100, 230, $col_line ); 33 imagedashedline($image, 150, 20, 150, 230, $col_line ); 52 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png'; 56 Simple test of imagedashedline() function
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 194 PHP_FUNCTION(imagedashedline);
|
H A D | gd.c | 984 PHP_FE(imagedashedline, arginfo_imagedashedline) 3198 PHP_FUNCTION(imagedashedline) in PHP_FUNCTION() argument
|
/PHP-7.2/ |
H A D | NEWS | 1070 . Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
|
Completed in 19 milliseconds