Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dbug43475.phpt40 imageline($im, 50, 250, 550, 250, IMG_COLOR_STYLED);
41 imageline($im, 550, 250, 550, 750, IMG_COLOR_STYLED);
42 imageline($im, 550, 750, 50, 250, IMG_COLOR_STYLED);
45 imageline($im, 100, 200, 600, 200, IMG_COLOR_STYLED);
46 imageline($im, 600, 200, 600, 700, IMG_COLOR_STYLED);
47 imageline($im, 600, 700, 100, 200, IMG_COLOR_STYLED);
50 imageline($im, 150, 150, 650, 150, IMG_COLOR_STYLED);
51 imageline($im, 650, 150, 650, 650, IMG_COLOR_STYLED);
52 imageline($im, 650, 650, 150, 150, IMG_COLOR_STYLED);
55 imageline($im, 200, 100, 700, 100, IMG_COLOR_STYLED);
[all …]
H A Dbug40764.phpt15 imageline($image, 200, 0, 200, 400, $black);
16 imageline($image, 0, 200, 400, 200, $black);
17 imageline($image, 0, 0, 392, 392, $black);
21 imageline($image, 200, 0, 200, 400, $red);
22 imageline($image, 0, 200, 400, 200, $red);
23 imageline($image, 0, 0, 392, 392, $red);
H A Dlines.phpt2 imageline no AA
11 imageline($im, 0,5, 5,5, 0x00ff00);
26 imageline($im, 0,0, 0,5, 0x00ff00);
41 imageline($im, 0,0, 5,5, 0x00ff00);
62 imageline($im, 12, 12, 23,23, 0x00ff00);
75 imageline($im, -12, -12, -23,-23, 0x00ff00);
88 imageline($im, -1, -1, 4,4, 0x00ff00);
H A Dbug72482.phpt9 imageline($img, 0, 0, 1073745919, 1073745919, 4096);
13 imageline($img, 1094795585, 0, 2147483647, 255, 0xff);
H A Ddashedlines.phpt2 imageline, dashed
17 imageline($im, 0,5, 5,5, IMG_COLOR_STYLED);
38 imageline($im, 2,0, 2,5, IMG_COLOR_STYLED);
58 imageline($im, 0,0, 5,5, IMG_COLOR_STYLED);
H A Dbug73213.phpt2 Bug #73213 (Integer overflow in imageline() with antialiasing)
13 imageline($im, 0,0, 32767,0, $black);
H A Dbug61221.phpt13 imageline($img, $imagew / 2, 0, $imagew / 2, $imageh - 1, $redsolid);
14 imageline($img, 0, $imageh / 2, $imagew - 1, $imageh / 2, $redsolid);
H A Dbug77943.phpt18 imageline($im, 0, 0, $width, $height, $blue);
20 imageline($im, 10, 0, $width, $height-10, $blue);
H A Dbug76041.phpt9 imageline($im, 0, 0, 10, 10, 0xffffff);
H A Dbug79068.phpt9 imageline($src, 10, 10, 90, 90, 0x000000);
H A Dbug42434.phpt11 imageline($im, 0, 0, 10, 0, 0x000000);
H A Dbug72482_2.phpt12 imageline($im, 0, 0, 10, 10, imagecolorallocate($im, 0, 0, 0));
H A Dbug28147.phpt17 imageline($im, 299, 299, 0, 299, $red);
H A Dimagebmp_basic.phpt15 imageline($im, 10,10, 89,89, $white);
H A Dimagesetclip_basic.phpt12 imageline($im, 0,0, 99,99, $white);
H A Dbug24594.phpt23 imageline($base, 9,9,139,139,$black);
50 imageline($base, 9,9,139,139,$black);
H A Dimagesetbrush_basic.phpt23 imageline($mainimg, 50, 50, 50, 60, IMG_COLOR_BRUSHED);
H A Dwebp_basic.phpt25 imageline($im1, 3, 3, 71, 71, $red);
H A Dbug53504.phpt80 imageline($g, $test['x'], $test['y'],
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h671 ZEND_FUNCTION(imageline);
812 ZEND_FE(imageline, arginfo_imageline)
H A Dgd.stub.php206 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
H A Dgd.c2493 PHP_FUNCTION(imageline) in PHP_FUNCTION() argument

Completed in 63 milliseconds