/php-src/ext/gd/tests/ |
H A D | bug43475.phpt | 43 imageline($im, 50, 250, 550, 250, IMG_COLOR_STYLED); 44 imageline($im, 550, 250, 550, 750, IMG_COLOR_STYLED); 45 imageline($im, 550, 750, 50, 250, IMG_COLOR_STYLED); 48 imageline($im, 100, 200, 600, 200, IMG_COLOR_STYLED); 49 imageline($im, 600, 200, 600, 700, IMG_COLOR_STYLED); 50 imageline($im, 600, 700, 100, 200, IMG_COLOR_STYLED); 53 imageline($im, 150, 150, 650, 150, IMG_COLOR_STYLED); 54 imageline($im, 650, 150, 650, 650, IMG_COLOR_STYLED); 55 imageline($im, 650, 650, 150, 150, IMG_COLOR_STYLED); 58 imageline($im, 200, 100, 700, 100, IMG_COLOR_STYLED); [all …]
|
H A D | bug40764.phpt | 15 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 D | lines.phpt | 2 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 D | bug72482.phpt | 9 imageline($img, 0, 0, 1073745919, 1073745919, 4096); 13 imageline($img, 1094795585, 0, 2147483647, 255, 0xff);
|
H A D | dashedlines.phpt | 2 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 D | bug73213.phpt | 2 Bug #73213 (Integer overflow in imageline() with antialiasing) 19 imageline($im, 0,0, 32767,0, $black);
|
H A D | bug61221.phpt | 13 imageline($img, $imagew / 2, 0, $imagew / 2, $imageh - 1, $redsolid); 14 imageline($img, 0, $imageh / 2, $imagew - 1, $imageh / 2, $redsolid);
|
H A D | bug77943.phpt | 24 imageline($im, 0, 0, $width, $height, $blue); 26 imageline($im, 10, 0, $width, $height-10, $blue);
|
H A D | bug76041.phpt | 9 imageline($im, 0, 0, 10, 10, 0xffffff);
|
H A D | bug79068.phpt | 9 imageline($src, 10, 10, 90, 90, 0x000000);
|
H A D | bug42434.phpt | 11 imageline($im, 0, 0, 10, 0, 0x000000);
|
H A D | bug28147.phpt | 17 imageline($im, 299, 299, 0, 299, $red);
|
H A D | imagebmp_basic.phpt | 15 imageline($im, 10,10, 89,89, $white);
|
H A D | bug72482_2.phpt | 18 imageline($im, 0, 0, 10, 10, imagecolorallocate($im, 0, 0, 0));
|
H A D | imagesetclip_basic.phpt | 12 imageline($im, 0,0, 99,99, $white);
|
H A D | bug24594.phpt | 23 imageline($base, 9,9,139,139,$black); 50 imageline($base, 9,9,139,139,$black);
|
H A D | imagesetbrush_basic.phpt | 29 imageline($mainimg, 50, 50, 50, 60, IMG_COLOR_BRUSHED);
|
H A D | webp_basic.phpt | 25 imageline($im1, 3, 3, 71, 71, $red);
|
H A D | bug53504.phpt | 83 imageline($g, $test['x'], $test['y'],
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 659 ZEND_FUNCTION(imageline); 795 ZEND_FE(imageline, arginfo_imageline)
|
H A D | gd.stub.php | 668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} function
|
H A D | gd.c | 2556 PHP_FUNCTION(imageline) in PHP_FUNCTION() argument
|