Home
last modified time | relevance | path

Searched refs:imageline (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug40764.phpt17 imageline($image, 200, 0, 200, 400, $black);
18 imageline($image, 0, 200, 400, 200, $black);
19 imageline($image, 0, 0, 392, 392, $black);
23 imageline($image, 200, 0, 200, 400, $red);
24 imageline($image, 0, 200, 400, 200, $red);
25 imageline($image, 0, 0, 392, 392, $red);
H A Dlines.phpt2 imageline no AA
5 if (!function_exists('imageline')) die("skip gd extension not available\n");
13 imageline($im, 0,0, 5,5);
17 imageline($im, 0,5, 5,5, 0x00ff00);
32 imageline($im, 0,0, 0,5, 0x00ff00);
47 imageline($im, 0,0, 5,5, 0x00ff00);
68 imageline($im, 12, 12, 23,23, 0x00ff00);
81 imageline($im, -12, -12, -23,-23, 0x00ff00);
94 imageline($im, -1, -1, 4,4, 0x00ff00);
109 Warning: imageline() expects exactly 6 parameters, 5 given in %s on line %d
H A Ddashedlines.phpt2 imageline, dashed
19 imageline($im, 0,5, 5,5, IMG_COLOR_STYLED);
40 imageline($im, 2,0, 2,5, IMG_COLOR_STYLED);
60 imageline($im, 0,0, 5,5, IMG_COLOR_STYLED);
H A Dbug61221.phpt15 imageline($img, $imagew / 2, 0, $imagew / 2, $imageh - 1, $redsolid);
16 imageline($img, 0, $imageh / 2, $imagew - 1, $imageh / 2, $redsolid);
H A Dbug42434.phpt16 imageline($im, 0, 0, 10, 0, 0x000000);
H A Dbug24594.phpt27 imageline($base, 9,9,139,139,$black);
54 imageline($base, 9,9,139,139,$black);
H A Dbug28147.phpt20 imageline($im, 299, 299, 0, 299, $red);
H A Dimagesetbrush_basic.phpt27 imageline($mainimg, 50, 50, 50, 60, IMG_COLOR_BRUSHED);
H A Dimagedashedline_basic.phpt13 * This function is deprecated. Use combination of imagesetstyle() and imageline() instead.
/PHP-5.5/ext/gd/
H A Dphp_gd.h176 PHP_FUNCTION(imageline);
H A Dgd.c980 PHP_FE(imageline, arginfo_imageline)
3090 PHP_FUNCTION(imageline) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7764 - Added optimization for imageline with horizontal and vertical lines (Pierre)

Completed in 59 milliseconds