Home
last modified time | relevance | path

Searched refs:green (Results 51 – 75 of 93) sorted by relevance

1234

/PHP-8.1/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_005s.phpt16 new SoapVar("green", XSD_STRING),
28 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
30 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
/PHP-8.1/ext/gd/tests/
H A Dlibgd00191.phpt17 if ($arr['red'] == 255 && $arr['green'] == 255 && $arr['blue'] == 255) {
H A Dbug36697-mb.phpt20 echo $colors['red'] . ' ' . $colors['green'] . ' ' . $colors['blue'];
H A Dimagecopymergegray_basic.phpt24 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dbug36697.phpt20 echo $colors['red'] . ' ' . $colors['green'] . ' ' . $colors['blue'];
H A Dbug67325.phpt22 if ($components['red'] === 255 && $components['green'] === 255 && $components['blue'] === 255) {
H A Dimagecopymerge_basic.phpt27 echo $rgb['red'], ", ", $rgb['green'], ", ", $rgb['blue'], "\n";
H A Dbug67447.phpt31 ["green"]=>
H A Dlibgd00100.phpt16 $green = imagecolorallocatealpha($im, 0, 255, 0, 10);
85 imagefilledpolygon($im, $diamond, $green);
H A Dcreatefromstring.phpt45 if ($c['red'] != 255 || $c['green'] != 0 || $c['blue'] != 0) {
H A Dcopyresized.phpt13 return ($colors['red'] << 16) + ($colors['green'] << 8) + ($colors['blue']);
/PHP-8.1/ext/soap/tests/soap12/
H A DT46.phpt24 <item xsi:type="xsd:string">green</item>
35 …</item><item xsi:type="xsd:string">blue</item><item xsi:type="xsd:string">green</item></varArray><…
/PHP-8.1/ext/gd/libgd/
H A Dgd_color_match.c51 im2->green[color] = *(bp++) / count; in gdImageColorMatch()
H A Dgd_interpolation.c641 register int alpha, red, green, blue; in _color_blend() local
650 green = (gdTrueColorGetGreen(src) * src_weight in _color_blend()
655 return ((alpha << 24) + (red << 16) + (green << 8) + blue); in _color_blend()
720 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
1383 unsigned char red, green, blue, alpha = 0; in gdImageScaleBicubicFixed() local
1544 green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gamma)), 0, 255); in gdImageScaleBicubicFixed()
1548 *(dst_row + dst_offset_x) = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBicubicFixed()
1833 const unsigned char green = (unsigned char) CLAMP(gd_fxtoi(f_green), 0, 255); in gdImageRotateBilinear() local
1898 unsigned char red, green, blue, alpha; in gdImageRotateBicubicFixed() local
2099 green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
[all …]
H A Dgd.c209 im->green[i] = 0; in gdImageCreate()
323 gd = im->green[i] - g; in gdImageColorClosestAlpha()
545 im->green[ct] = g; in gdImageColorAllocateAlpha()
595 gd = (long) (im->green[c] - g); in gdImageColorResolveAlpha()
620 im->green[op] = g; in gdImageColorResolveAlpha()
681 to->green[i] = from->green[i]; in gdImagePaletteCopy()
2612 green /= spixels; in gdImageCopyResampled()
2621 green /= alpha_sum; in gdImageCopyResampled()
2627 green = green >= 255.5 ? 255 : green+0.5; in gdImageCopyResampled()
2938 int dst_alpha, alpha, red, green, blue; in gdAlphaBlend() local
[all …]
H A Dgd_gd.c72 if (!gdGetByte(&im->green[i], in)) { in _gdGetColors()
224 gdPutC((unsigned char) im->green[i], out); in _gdPutColors()
H A Dgd_bmp.c675 int padding = 0, alpha = 0, red = 0, green = 0, blue = 0; in bmp_read_direct() local
740 green = ((data & 0x3E0) >> 5) << 3; in bmp_read_direct()
742 BMP_DEBUG(printf("R: %d, G: %d, B: %d\n", red, green, blue)); in bmp_read_direct()
744 if (!gdGetByte(&blue, infile) || !gdGetByte(&green, infile) || !gdGetByte(&red, infile)) { in bmp_read_direct()
748 …if (!gdGetByte(&blue, infile) || !gdGetByte(&green, infile) || !gdGetByte(&red, infile) || !gdGetB… in bmp_read_direct()
753 gdImageSetPixel(im, xpos, row, gdTrueColor(red, green, blue)); in bmp_read_direct()
780 im->green[i] = g; in bmp_read_palette()
H A Dgd_topal.c689 nim->green[icolor] = (int) ((c1total + (total >> 1)) / total); in compute_color()
695 nim->green[icolor] = 255; in compute_color()
737 nim->green[nim->colorsTotal] = gdTrueColorGetGreen (oim->transparent); in select_colors()
900 x = nim->green[i]; in find_nearby_colors()
1023 g = nim->green[icolor]; in find_best_colors()
1207 int *colormap1 = nim->green; in pass2_fs_dither()
/PHP-8.1/sapi/phpdbg/
H A D.phpdbginit11 # set color notice green
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h79 ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0)
87 ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0)
285 ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0)
303 ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0)
322 ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0)
/PHP-8.1/ext/standard/tests/array/
H A Dsizeof_variation2.phpt20 array('saffron', 'white', 'green'),
H A Darray_diff_ukey_variation2.phpt8 $array1 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
9 $array3 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
H A Darray_intersect_key_variation2.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
9 $array3 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
H A Darray_intersect_uassoc_variation2.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array3 = array("a"=>"green", "brown");
H A Darray_intersect_ukey_variation2.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
9 $array3 = array('green' => 5, 'cyan' => 8);

Completed in 65 milliseconds

1234