/PHP-7.3/ext/gd/tests/ |
H A D | copyresized.phpt | 21 imagefilledrectangle($im, 0,0,9,9, 0xff0000); 22 imagefilledrectangle($im, 0,28,9,37, 0xff0000); 23 imagefilledrectangle($im, 28,0,37,9, 0xff0000); 24 imagefilledrectangle($im, 28,28,37,37, 0xff0000); 25 imagefilledrectangle($im, 14,14,23,23, 0xff0000); 41 imagefilledrectangle($src_tc, 0,0,4,4, 0xff0000); 57 imagefilledrectangle($src_tc, 0,0,4,4, $red); 58 imagefilledrectangle($src_tc, 14,0,18,4, $red); 59 imagefilledrectangle($src_tc, 0,14,4,18, $red); 61 imagefilledrectangle($src_tc, 7,7,11,11, $red); [all …]
|
H A D | bug77200.phpt | 16 imagefilledrectangle($orig, 0, 0, 3, 3, $green); // tl 17 imagefilledrectangle($orig, 4, 0, 7, 3, $red); // tr 18 imagefilledrectangle($orig, 0, 4, 3, 7, $green); // bl 19 imagefilledrectangle($orig, 4, 4, 7, 7, $blue); // br 24 imagefilledrectangle($orig, 0, 0, 3, 3, $red); // tl 25 imagefilledrectangle($orig, 4, 0, 7, 3, $green); // tr 26 imagefilledrectangle($orig, 0, 4, 3, 7, $blue); // bl 27 imagefilledrectangle($orig, 4, 4, 7, 7, $green); // br
|
H A D | libgd00186.phpt | 15 imagefilledrectangle($tile,0,0,2,10,$red); 16 imagefilledrectangle($tile,3,0,4,10,$green); 17 imagefilledrectangle($tile,5,0,7,10,$blue); 18 imagefilledrectangle($tile,8,0,9,10,$other);
|
H A D | imagecrop_auto-ext.phpt | 13 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 20 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 27 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 34 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 41 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 50 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
|
H A D | imagecrop_auto.phpt | 13 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 20 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 27 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 34 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 41 imagefilledrectangle($im, 20, 20, 30, 30, 0xff); 50 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
|
H A D | gif.phpt | 49 imagefilledrectangle($im, 5,5, 10,10, $c); 59 imagefilledrectangle($im, 5,5, 10,10, $c); 71 imagefilledrectangle($im, 5,5, 10,10, $c); 83 imagefilledrectangle($im, 5,5, 10,10, $c); 95 imagefilledrectangle($im, 5,5, 10,10, $c); 106 imagefilledrectangle($im, 5,5, 10,10, $c); 117 imagefilledrectangle($im, 5,5, 10,10, $c); 126 imagefilledrectangle($im, 5,5, 10,10, 0xffffff);
|
H A D | test_image_equals_file_palette.phpt | 14 imagefilledrectangle($im, 3,3, 7,7, $red); 22 imagefilledrectangle($im, 3,3, 7,7, $blue); 30 imagefilledrectangle($im, 3,3, 7,7, $red);
|
H A D | imagegd_truecolor.phpt | 13 imagefilledrectangle($im, 0,0, 9,9, $white); 15 imagefilledrectangle($im, 3,3, 6,6, $blue);
|
H A D | bug73281.phpt | 14 imagefilledrectangle($src, 0,0, 99,99, $white); 24 imagefilledrectangle($src, 0,0, 99,99, $white);
|
H A D | bug42434.phpt | 12 imagefilledrectangle($im, 0, 0, 10, 2, 0xFFFFFF);
|
H A D | imagepolygon_aa.phpt | 14 imagefilledrectangle($im, 0,0, 99,99, $white);
|
H A D | bug79068.phpt | 12 imagefilledrectangle($src, 0, 0, 99, 99, 0xffffff);
|
H A D | bug77700.phpt | 10 imagefilledrectangle($im, 0, 0, 9, 9, imagecolorallocate($im, 255, 255, 255));
|
H A D | bug28147.phpt | 16 imagefilledrectangle($im,0,0,299,299,$w);
|
H A D | bug72482_2.phpt | 12 imagefilledrectangle($im, 0, 0, 9, 9, imagecolorallocate($im, 255, 255, 255));
|
H A D | bug73272.phpt | 12 imagefilledrectangle($src, 0,0, 99,99, 0xFFFFFF);
|
H A D | bug39366.phpt | 13 imagefilledrectangle($im, 0,0, 8,8, 0x32FF0000);
|
H A D | libgd00191.phpt | 11 imagefilledrectangle($im, 0, 0, 100, 100, imagecolorallocate($im, 255, 255, 255));
|
H A D | imageopenpolygon_basic.phpt | 17 imagefilledrectangle($im, 0,0, 99,99, $white);
|
H A D | pngcomp.phpt | 20 imagefilledrectangle($im, 5,5, 10,10, 0xffffff);
|
H A D | bug39273.phpt | 13 imagefilledrectangle($small, 0,0, 6,6, $c1);
|
H A D | bug43828.phpt | 16 imagefilledrectangle($im, 0,0, 99,99, $transparent);
|
H A D | bug77943.phpt | 18 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
|
H A D | bug36697-mb.phpt | 17 imagefilledrectangle($im, 0,0, 192,36, $trans_color);
|
H A D | bug36697.phpt | 17 imagefilledrectangle($im, 0,0, 192,36, $trans_color);
|