Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagedashedline_basic.phpt2 imagedashedline()
5 if (!function_exists('imagedashedline')) die('skip imagedashedline() not available');
11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
19 echo "Simple test of imagedashedline() function\n";
21 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
33 imagedashedline($image, 100, 20, 100, 230, $col_line );
34 imagedashedline($image, 150, 20, 150, 230, $col_line );
53 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
57 Simple test of imagedashedline() function
/PHP-5.5/ext/gd/
H A Dphp_gd.h185 PHP_FUNCTION(imagedashedline);
H A Dgd.c989 PHP_FE(imagedashedline, arginfo_imagedashedline)
3116 PHP_FUNCTION(imagedashedline) in PHP_FUNCTION() argument

Completed in 35 milliseconds