Home
last modified time | relevance | path

Searched refs:alpha (Results 26 – 50 of 69) sorted by relevance

123

/PHP-7.4/ext/json/tests/
H A Dpass001.1.phpt41 \"alpha\": \"abcdefghijklmnopqrstuvwyz\",
129 "alpha": "abcdefghijklmnopqrstuvwyz",
224 ["alpha"]=>
405 ["alpha"]=>
531 …,"quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnop…
533 …,"quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnop…
590 ["alpha"]=>
771 ["alpha"]=>
H A Dpass001.1_64bit.phpt42 \"alpha\": \"abcdefghijklmnopqrstuvwyz\",
130 "alpha": "abcdefghijklmnopqrstuvwyz",
225 ["alpha"]=>
406 ["alpha"]=>
532 …,"quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnop…
534 …,"quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnop…
591 ["alpha"]=>
772 ["alpha"]=>
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c265 im->alpha[i] = gdAlphaMax - (trans[i] >> 1); in gdImageCreateFromPngCtx()
631 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
638 trans_values[i] = 255 - ((im->alpha[i] << 1) + (im->alpha[i] >> 6)); in gdImagePngCtxEx()
654 if (im->alpha[i] != gdAlphaOpaque) { in gdImagePngCtxEx()
656 trans_values[j] = 255 - ((im->alpha[i] << 1) + (im->alpha[i] >> 6)); in gdImagePngCtxEx()
H A Dgd_color_match.c53 im2->alpha[color] = *(bp++) / count; in gdImageColorMatch()
H A Dgd_interpolation.c642 register int alpha, red, green, blue; in _color_blend() local
647 alpha = src_alpha * dst_alpha / gdAlphaMax; in _color_blend()
656 return ((alpha << 24) + (red << 16) + (green << 8) + blue); in _color_blend()
723 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
1384 unsigned char red, green, blue, alpha = 0; in gdImageScaleBicubicFixed() local
1547 alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gamma)), 0, 127); in gdImageScaleBicubicFixed()
1549 *(dst_row + dst_offset_x) = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBicubicFixed()
1836 const unsigned char alpha = (unsigned char) CLAMP(gd_fxtoi(f_alpha), 0, 127); in gdImageRotateBilinear() local
1899 unsigned char red, green, blue, alpha; in gdImageRotateBicubicFixed() local
2102 alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127); in gdImageRotateBicubicFixed()
[all …]
H A Dgd.c326 ad = im->alpha[i] - a; in gdImageColorClosestAlpha()
547 im->alpha[ct] = a; in gdImageColorAllocateAlpha()
597 ad = (long) (im->alpha[c] - a); in gdImageColorResolveAlpha()
622 im->alpha[op] = a; in gdImageColorResolveAlpha()
647 im->alpha[im->transparent] = gdAlphaOpaque; in gdImageColorTransparent()
649 im->alpha[color] = gdAlphaTransparent; in gdImageColorTransparent()
682 to->alpha[i] = from->alpha[i]; in gdImagePaletteCopy()
2614 alpha /= spixels; in gdImageCopyResampled()
2628 alpha = alpha >= gdAlphaMax+0.5 ? gdAlphaMax : alpha+0.5; in gdImageCopyResampled()
2938 int dst_alpha, alpha, red, green, blue; in gdAlphaBlend() local
[all …]
H A Dgd_gd.c79 if (!gdGetByte(&im->alpha[i], in)) { in _gdGetColors()
226 gdPutC((unsigned char) im->alpha[i], out); in _gdPutColors()
H A Dgd_topal.c739 nim->alpha[nim->colorsTotal] = gdAlphaTransparent; in select_colors()
1572 if (im->alpha[i] > mt) in gdImageTrueColorToPaletteBody()
1575 mt = im->alpha[i]; in gdImageTrueColorToPaletteBody()
1580 if (im->alpha[i] == mt) in gdImageTrueColorToPaletteBody()
1582 im->alpha[i] = gdAlphaTransparent; in gdImageTrueColorToPaletteBody()
1592 if (im->alpha[i] < mo) in gdImageTrueColorToPaletteBody()
1595 mo = im->alpha[i]; in gdImageTrueColorToPaletteBody()
1600 if (im->alpha[i] == mo) in gdImageTrueColorToPaletteBody()
1602 im->alpha[i] = gdAlphaOpaque; in gdImageTrueColorToPaletteBody()
H A Dgd.h214 int alpha[gdMaxColors]; member
753 (im)->alpha[(c)])
803 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha);
/PHP-7.4/ext/gd/tests/
H A Dbug66005.phpt21 // 32 bit with full alpha channel
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file.phpt52 ;Non-alpha numeric chars without quotes
98 [Non-alpha numerics in strings]
123 [Non-alpha numerics in strings -with quotes]
413 [Non-alpha numerics in strings] => Array
418 [Non-alpha numerics in strings -with quotes] => Array
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt50 ;Non-alpha numeric chars without quotes
96 [Non-alpha numerics in strings]
121 [Non-alpha numerics in strings -with quotes]
403 [Non-alpha numerics in strings] => Array
408 [Non-alpha numerics in strings -with quotes] => Array
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_variation2.phpt52 ["alpha"]=>
H A Dget_browser_error.phpt48 ["alpha"]=>
/PHP-7.4/scripts/dev/
H A Dmakedist33 php-X.Y.Z[alpha|beta|RC]
42 - last part of tag is optional and is one of RC, alpha, or
/PHP-7.4/ext/standard/tests/array/
H A D001.phpt10 ** Test alpha, numeric (decimal, hex, octal) and special data
/PHP-7.4/ext/gd/
H A Dgd.c230 ZEND_ARG_INFO(0, alpha)
238 ZEND_ARG_INFO(0, alpha)
246 ZEND_ARG_INFO(0, alpha)
254 ZEND_ARG_INFO(0, alpha)
496 ZEND_ARG_INFO(0, alpha)
1883 CHECK_RGBA_RANGE(alpha, Alpha); in PHP_FUNCTION()
1912 CHECK_RGBA_RANGE(alpha, Alpha); in PHP_FUNCTION()
1937 CHECK_RGBA_RANGE(alpha, Alpha); in PHP_FUNCTION()
1962 CHECK_RGBA_RANGE(alpha, Alpha); in PHP_FUNCTION()
3126 CHECK_RGBA_RANGE(alpha, Alpha); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt27 '[[:alpha:]]+',
H A Dmb_ereg_variation3.phpt26 'aBcD' => '[[:alpha:]]+',
/PHP-7.4/docs/
H A Drelease-process.md78 ## Rolling a non stable release (alpha/beta/RC)
92 `configure.ac` and possibly `NEWS`. Do not use abbreviations for alpha and
96 When releasing the first alpha version, bump also API version numbers in
98 versions between the alpha/beta/.0RCx releases can be left the same or
127 branch. Release branches for alpha/beta/.0RCx releases before the GA release
154 ## Getting the non stable release (alpha/beta/RC) announced
423 1. About three months before the scheduled release of the first alpha of the
/PHP-7.4/build/
H A Dconfig.guess316 alpha:OSF1:*:*)
334 UNAME_MACHINE=alpha ;;
336 UNAME_MACHINE=alpha ;;
338 UNAME_MACHINE=alpha ;;
976 alpha:Linux:*:*)
1511 A*) GUESS=alpha-dec-vms ;;
/PHP-7.4/ext/standard/html_tables/
H A Dents_html401.txt123 alpha 03B1
H A Dents_xhtml.txt155 alpha 03B1
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt119 [α] => &alpha;
H A Dget_html_translation_table_basic2.phpt177 string(7) "&alpha;"
686 string(7) "&alpha;"
1193 string(7) "&alpha;"

Completed in 91 milliseconds

123