Home
last modified time | relevance | path

Searched refs:green (Results 26 – 50 of 93) sorted by relevance

1234

/PHP-8.0/ext/gd/tests/
H A Dcopy.phpt44 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
45 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
46 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
73 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
74 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
75 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
H A Dimageopenpolygon_basic.phpt15 $green = imagecolorallocate($im, 0, 128, 0);
21 imageopenpolygon($im, [10,49, 30,89, 50,10, 70,89, 90,10], $green);
H A Dbug74435.phpt16 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
17 if ($red !== 0 || $green !== 0 || $blue !== 0 || $alpha !== 0) {
H A Dsimilarity.inc13 * @param int $green
18 function get_rgb($color, &$red, &$green, &$blue)
22 $green = ($color >> 8) & 0xFF;
H A Dlibgd00186.phpt12 $green = imagecolorallocate($tile,0,0xff,0);
16 imagefilledrectangle($tile,3,0,4,10,$green);
H A Dwebp_basic.phpt21 $green = imagecolorallocate($im1, 0, 255, 0);
25 imageellipse($im1, 18, 54, 36, 36, $green);
H A Dcopypalette.phpt20 if ($c['red']!=$i || $c['green']!=$i || $c['blue']!=$i) {
35 if ($c['red']!=0 || $c['green']!=0 || $c['blue']!=0 || $c['alpha']!=100) {
H A Dimagepolygon_basic.phpt54 ["green"]=>
64 ["green"]=>
H A Dimagedashedline_basic.phpt52 ["green"]=>
62 ["green"]=>
H A Dimagefill_1.phpt17 $green = imagecolorallocate($im, 0,255,0);
H A Dlibgd00191.phpt16 if ($arr['red'] == 255 && $arr['green'] == 255 && $arr['blue'] == 255) {
H A Dgif.phpt29 ($c['green'] >= $g_min || $c['green'] <= $g_max)
38 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_ukey_basic.phpt13 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
14 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
H A Darray_diff_uassoc_basic.phpt15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
16 $array2 = array("a" => "green", "yellow", "red");
H A Darray_diff_key2.phpt5 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red", "");
6 $array2 = array("a" => "green", "yellow", "red", TRUE);
H A Darray_reverse_variation6.phpt21 array('a' => 'green', 'red', 'brown', 33, 88, 'orange', 'item' => 'ball')
48 string(5) "green"
102 string(5) "green"
143 string(5) "green"
H A Darray_diff_ukey_variation10.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array2 = array("a" => "green", "yellow", "red");
H A Darray_intersect_ukey_variation8.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
9 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
H A Darray_diff_uassoc_error.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array2 = array("a" => "green", "yellow", "red");
10 $array3 = array("a" => "green", "red");
/PHP-8.0/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_025w.phpt18 $struct = new SOAPMultiOccursComplexType("arg",34,12.345,array("red","green","blue"));
28 …/ns1:varFloat><ns1:varMultiOccurs><ns1:string>red</ns1:string><ns1:string>green</ns1:string><ns1:s…
30 …/ns1:varFloat><ns1:varMultiOccurs><ns1:string>red</ns1:string><ns1:string>green</ns1:string><ns1:s…
/PHP-8.0/ext/gd/
H A Dgd.stub.php37 function imagecolorallocatealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int|… argument
39 function imagecolorresolvealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
41 function imagecolorclosestalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
43 function imagecolorexactalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
138 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {} argument
144 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {} argument
146 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} argument
150 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {} argument
152 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} argument
154 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… argument
H A Dgd.c1037 zend_long red, green, blue, alpha; in PHP_FUNCTION() local
1048 CHECK_RGBA_RANGE(green, Green, 3); in PHP_FUNCTION()
1064 zend_long red, green, blue, alpha; in PHP_FUNCTION() local
1074 CHECK_RGBA_RANGE(green, Green, 3); in PHP_FUNCTION()
2083 zend_long red, green, blue; in PHP_FUNCTION() local
2159 zend_long red, green, blue; in PHP_FUNCTION() local
2180 zend_long red, green, blue; in PHP_FUNCTION() local
2232 zend_long red, green, blue; in PHP_FUNCTION() local
2253 zend_long red, green, blue; in PHP_FUNCTION() local
2292 im->green[col] = green; in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/gd/libgd/
H A Dgd_png.c286 palette[i].red = palette[i].green = palette[i].blue = j; in gdImageCreateFromPngCtx()
291 palette[i].red = palette[i].green = palette[i].blue = i; in gdImageCreateFromPngCtx()
328 trans_color_rgb->green >> 8, in gdImageCreateFromPngCtx()
332 trans_color_rgb->green, in gdImageCreateFromPngCtx()
366 im->green[i] = palette[i].green; in gdImageCreateFromPngCtx()
619 trans_rgb_value.green = gdTrueColorGetGreen (im->transparent); in gdImagePngCtxEx()
681 palette[mapping[i]].green = im->green[i]; in gdImagePngCtxEx()
687 palette[i].green = im->green[i]; in gdImagePngCtxEx()
/PHP-8.0/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_005w.phpt14 'varArray' => array('red','blue','green'));
24 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
26 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
H A Dr2_groupB_005p.phpt13 'varArray' => array('red','blue','green'));
23 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
25 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…

Completed in 37 milliseconds

1234