/PHP-7.4/ext/gd/tests/ |
H A D | bug24594.phpt | 14 $black = imagecolorallocate($tile,0,0,0); 16 $black = imagecolorallocate($base,0,0,0); 21 imagesetpixel($tile,$x,$y,$black); 26 imagerectangle($base, 9,9,139,139,$black); 27 imageline($base, 9,9,139,139,$black); 30 $res = imagecolorat($base,0,10)==$black?'1':'0'; 31 $res .= imagecolorat($base,0,20)==$black?'1':'0'; 32 $res .= imagecolorat($base,0,30)==$black?'1':'0'; 33 $res .= imagecolorat($base,0,40)==$black?'1':'0'; 53 imagerectangle($base, 9,9,139,139,$black); [all …]
|
H A D | bug40764.phpt | 11 $black = imagecolorallocate($image, 0, 0, 0); 17 imageline($image, 200, 0, 200, 400, $black); 18 imageline($image, 0, 200, 400, 200, $black); 19 imageline($image, 0, 0, 392, 392, $black);
|
H A D | bug53156.phpt | 14 global $img, $black, $red; 16 echo (imagecolorat($img, $x, $y) === $black) ? '+' : '-'; 22 global $img, $black; 25 imagerectangle($img, $x1, $y1, $x2, $y2, $black); 37 $black = imagecolorallocate($img, 0, 0, 0);
|
H A D | imagettftext_charmap_order.phpt | 23 $black = imagecolorallocate($im, 0, 0, 0); 40 $black, 59 printf("SUCCESS %d black pixels\n", $black_pixels); 61 printf("FAIL %d black pixels\n", $black_pixels); 66 SUCCESS %d black pixels
|
H A D | bug43475.phpt | 36 $black = imagecolorallocate($im, 0, 0, 0); 38 setStyleAndThickness($im, $black, 1); 43 setStyleAndThickness($im, $black, 2); 48 setStyleAndThickness($im, $black, 4); 53 setStyleAndThickness($im, $black, 6);
|
H A D | imagepolygon_aa.phpt | 13 $black = imagecolorallocate($im, 0, 0, 0); 17 imagepolygon($im, [10,10, 49,89, 89,49], 3, $black);
|
H A D | bug73213.phpt | 12 $black = imagecolorallocate($im, 0, 0, 0); 15 imageline($im, 0,0, 32767,0, $black);
|
H A D | imagefilledpolygon_negative.phpt | 10 $black = imagecolorallocate($im, 0, 0, 0); 11 if (imagefilledpolygon($im, array(0, 0, 0, 0, 0, 0), -1, $black)) echo "should be false";
|
H A D | imagepolygon_negative.phpt | 10 $black = imagecolorallocate($im, 0, 0, 0); 11 if (imagepolygon($im, array(0, 0, 0, 0, 0, 0), -1, $black)) echo "should be false";
|
H A D | imageopenpolygon_basic.phpt | 13 $black = imagecolorallocate($im, 0, 0, 0); 19 imageopenpolygon($im, [10,10, 49,89, 89,10], 3, $black);
|
H A D | bug48732.phpt | 14 $black = imagecolorallocate($g, 0, 0, 0); 15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
H A D | bug48732-mb.phpt | 15 $black = imagecolorallocate($g, 0, 0, 0); 16 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
H A D | imagesetthickness_basic.phpt | 15 $black = imagecolorallocate($image, 0x00, 0x00, 0x00); 24 imagerectangle($image, 14, 14, 185, 85, $black);
|
H A D | imageloadfont_invalid.phpt | 17 $black = imagecolorallocate($image, 0, 0, 0); 18 imagestring($image, $font, 0, 0, "Hello", $black);
|
H A D | bug50194.phpt | 15 $black = imagecolorallocate($im, 0, 0, 0); 20 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
|
H A D | bug43073.phpt | 33 $black = imagecolorallocate($g, 0, 0, 0); 40 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
|
H A D | bug43121.phpt | 13 $black = ImageColorAllocate( $im, 0, 0, 0 );
|
H A D | imagefilltoborder_basic.phpt | 18 // Draw an ellipse to fill with a black border
|
H A D | imagefilltoborder_error6.phpt | 18 // Draw an ellipse to fill with a black border
|
H A D | bug67447.phpt | 2 Bug #67447 (imagecrop() adds a black line when cropping)
|
H A D | libgd00100.phpt | 13 $black = imagecolorallocatealpha($im, 0, 0, 0, 10); 107 imagefilledpolygon($im, $points, 5, $black);
|
H A D | bug73281.phpt | 2 Bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border)
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gdtestft.c | 32 int black; in main() 81 black = gdImageColorResolve (im, 0, 0, 0); in main() 87 err = gdImageStringFT (im, NULL, black, f, sz, angle, x, y, s); in main()
|
H A D | gd_wbmp.c | 146 int black, white; in gdImageCreateFromWBMPCtx() local 161 black = gdImageColorAllocate(im, 0, 0, 0); in gdImageCreateFromWBMPCtx() 170 gdImageSetPixel(im, col, row, black); in gdImageCreateFromWBMPCtx()
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_splice_basic.phpt | 30 var_dump (array_splice($input, -1, 1, array("black", "maroon"))); 33 // "blue", "black", "maroon") 99 string(5) "black"
|