Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dbug43475.phpt39 imageline($im, 50, 250, 550, 250, IMG_COLOR_STYLED);
40 imageline($im, 550, 250, 550, 750, IMG_COLOR_STYLED);
41 imageline($im, 550, 750, 50, 250, IMG_COLOR_STYLED);
44 imageline($im, 100, 200, 600, 200, IMG_COLOR_STYLED);
45 imageline($im, 600, 200, 600, 700, IMG_COLOR_STYLED);
46 imageline($im, 600, 700, 100, 200, IMG_COLOR_STYLED);
49 imageline($im, 150, 150, 650, 150, IMG_COLOR_STYLED);
50 imageline($im, 650, 150, 650, 650, IMG_COLOR_STYLED);
51 imageline($im, 650, 650, 150, 150, IMG_COLOR_STYLED);
54 imageline($im, 200, 100, 700, 100, IMG_COLOR_STYLED);
[all …]
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,5, 5,5, 0x00ff00);
28 imageline($im, 0,0, 0,5, 0x00ff00);
43 imageline($im, 0,0, 5,5, 0x00ff00);
64 imageline($im, 12, 12, 23,23, 0x00ff00);
77 imageline($im, -12, -12, -23,-23, 0x00ff00);
90 imageline($im, -1, -1, 4,4, 0x00ff00);
H A Dbug72482.phpt11 imageline($img, 0, 0, 1073745919, 1073745919, 4096);
15 imageline($img, 1094795585, 0, 2147483647, 255, 0xff);
H A Dbug73213.phpt2 Bug #73213 (Integer overflow in imageline() with antialiasing)
15 imageline($im, 0,0, 32767,0, $black);
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 Dbug77943.phpt20 imageline($im, 0, 0, $width, $height, $blue);
22 imageline($im, 10, 0, $width, $height-10, $blue);
H A Dbug76041.phpt11 imageline($im, 0, 0, 10, 10, 0xffffff);
H A Dbug79068.phpt11 imageline($src, 10, 10, 90, 90, 0x000000);
H A Dbug42434.phpt15 imageline($im, 0, 0, 10, 0, 0x000000);
H A Dbug72482_2.phpt14 imageline($im, 0, 0, 10, 10, imagecolorallocate($im, 0, 0, 0));
H A Dimagebmp_basic.phpt14 imageline($im, 10,10, 89,89, $white);
H A Dbug28147.phpt19 imageline($im, 299, 299, 0, 299, $red);
H A Dimagesetclip_basic.phpt14 imageline($im, 0,0, 99,99, $white);
H A Dbug24594.phpt27 imageline($base, 9,9,139,139,$black);
54 imageline($base, 9,9,139,139,$black);
H A Dimagesetbrush_basic.phpt27 imageline($mainimg, 50, 50, 50, 60, IMG_COLOR_BRUSHED);
H A Dwebp_basic.phpt24 imageline($im1, 3, 3, 71, 71, $red);
H A Dbug53504.phpt79 imageline($g, $test['x'], $test['y'],
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h650 ZEND_FUNCTION(imageline);
785 ZEND_FE(imageline, arginfo_imageline)
H A Dgd.stub.php162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
H A Dgd.c2408 PHP_FUNCTION(imageline) in PHP_FUNCTION() argument

Completed in 30 milliseconds