Home
last modified time | relevance | path

Searched refs:imagefilledrectangle (Results 1 – 25 of 49) sorted by relevance

12

/PHP-8.1/ext/gd/tests/
H A Dcopyresized.phpt19 imagefilledrectangle($im, 0,0,9,9, 0xff0000);
20 imagefilledrectangle($im, 0,28,9,37, 0xff0000);
21 imagefilledrectangle($im, 28,0,37,9, 0xff0000);
39 imagefilledrectangle($src_tc, 0,0,4,4, 0xff0000);
55 imagefilledrectangle($src_tc, 0,0,4,4, $red);
56 imagefilledrectangle($src_tc, 14,0,18,4, $red);
57 imagefilledrectangle($src_tc, 0,14,4,18, $red);
59 imagefilledrectangle($src_tc, 7,7,11,11, $red);
71 imagefilledrectangle($src_tc, 0,0,4,4, $red);
72 imagefilledrectangle($src_tc, 14,0,18,4, $red);
[all …]
H A Dbug77200.phpt17 imagefilledrectangle($orig, 0, 0, 3, 3, $green); // tl
18 imagefilledrectangle($orig, 4, 0, 7, 3, $red); // tr
19 imagefilledrectangle($orig, 0, 4, 3, 7, $green); // bl
20 imagefilledrectangle($orig, 4, 4, 7, 7, $blue); // br
25 imagefilledrectangle($orig, 0, 0, 3, 3, $red); // tl
26 imagefilledrectangle($orig, 4, 0, 7, 3, $green); // tr
27 imagefilledrectangle($orig, 0, 4, 3, 7, $blue); // bl
28 imagefilledrectangle($orig, 4, 4, 7, 7, $green); // br
H A Dlibgd00186.phpt13 imagefilledrectangle($tile,0,0,2,10,$red);
14 imagefilledrectangle($tile,3,0,4,10,$green);
15 imagefilledrectangle($tile,5,0,7,10,$blue);
16 imagefilledrectangle($tile,8,0,9,10,$other);
H A Dimagecrop_auto.phpt14 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
21 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
28 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
35 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
42 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
51 imagefilledrectangle($im, 20, 20, 30, 30, 0xff);
H A Dgif.phpt48 imagefilledrectangle($im, 5,5, 10,10, $c);
58 imagefilledrectangle($im, 5,5, 10,10, $c);
70 imagefilledrectangle($im, 5,5, 10,10, $c);
82 imagefilledrectangle($im, 5,5, 10,10, $c);
94 imagefilledrectangle($im, 5,5, 10,10, $c);
105 imagefilledrectangle($im, 5,5, 10,10, $c);
116 imagefilledrectangle($im, 5,5, 10,10, $c);
125 imagefilledrectangle($im, 5,5, 10,10, 0xffffff);
H A Dtest_image_equals_file_palette.phpt12 imagefilledrectangle($im, 3,3, 7,7, $red);
20 imagefilledrectangle($im, 3,3, 7,7, $blue);
28 imagefilledrectangle($im, 3,3, 7,7, $red);
H A Dimagegd_truecolor.phpt17 imagefilledrectangle($im, 0,0, 9,9, $white);
19 imagefilledrectangle($im, 3,3, 6,6, $blue);
H A Dbug73281.phpt15 imagefilledrectangle($src, 0,0, 99,99, $white);
25 imagefilledrectangle($src, 0,0, 99,99, $white);
H A Dbug79068.phpt8 imagefilledrectangle($src, 0, 0, 99, 99, 0xffffff);
H A Dbug42434.phpt8 imagefilledrectangle($im, 0, 0, 10, 2, 0xFFFFFF);
H A Dimagepolygon_aa.phpt12 imagefilledrectangle($im, 0,0, 99,99, $white);
H A Dbug72482_2.phpt10 imagefilledrectangle($im, 0, 0, 9, 9, imagecolorallocate($im, 255, 255, 255));
H A Dbug28147.phpt14 imagefilledrectangle($im,0,0,299,299,$w);
H A Dbug77700.phpt8 imagefilledrectangle($im, 0, 0, 9, 9, imagecolorallocate($im, 255, 255, 255));
H A Dbug39366.phpt14 imagefilledrectangle($im, 0,0, 8,8, 0x32FF0000);
H A Dbug73272.phpt10 imagefilledrectangle($src, 0,0, 99,99, 0xFFFFFF);
H A Dlibgd00191.phpt12 imagefilledrectangle($im, 0, 0, 100, 100, imagecolorallocate($im, 255, 255, 255));
H A Dbug36697-mb.phpt13 imagefilledrectangle($im, 0,0, 192,36, $trans_color);
H A Dbug43828.phpt17 imagefilledrectangle($im, 0,0, 99,99, $transparent);
H A Dimageopenpolygon_basic.phpt15 imagefilledrectangle($im, 0,0, 99,99, $white);
H A Dpngcomp.phpt18 imagefilledrectangle($im, 5,5, 10,10, 0xffffff);
H A Dbug36697.phpt13 imagefilledrectangle($im, 0,0, 192,36, $trans_color);
H A Dbug39273.phpt11 imagefilledrectangle($small, 0,0, 6,6, $c1);
H A Dbug77943.phpt16 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
H A Dbug70102.phpt20 imagefilledrectangle($im, 0, 0, 7, 7, $white);

Completed in 27 milliseconds

12