Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 25 of 69) sorted by path

123

/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 ;;
H A Dconfig.sub1180 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
H A Dshtool1409 alpha ) AP="Alpha" ;;
/PHP-7.4/
H A Dconfigure.ac245 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/ext/ctype/tests/
H A Dctype_alnum_variation2.phpt32 character code 48 is alpha numeric
33 character code 49 is alpha numeric
34 character code 50 is alpha numeric
35 character code 51 is alpha numeric
36 character code 52 is alpha numeric
37 character code 53 is alpha numeric
38 character code 54 is alpha numeric
39 character code 55 is alpha numeric
40 character code 56 is alpha numeric
41 character code 57 is alpha numeric
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic5430 !:mime biosig/alpha
5566 >16 lelong 3 alpha
9106 >24 leshort 0410 COFF format alpha pure
15350 # alpha channel
15379 >17 ubyte&0x0F >0 - %d-bit alpha
15724 >9 byte 4 gray+alpha,
15914 >10 byte&0x4 =0x4 \b, alpha channel
16120 >>12 beshort 2 with alpha
16709 >0x50 ulelong&0x2 0x2 \b, alpha only
18597 >>0 belong&0x00ffffff 16 alpha
[all …]
H A Dmagic私はガラスを食べられます5430 !:mime biosig/alpha
5566 >16 lelong 3 alpha
9106 >24 leshort 0410 COFF format alpha pure
15350 # alpha channel
15379 >17 ubyte&0x0F >0 - %d-bit alpha
15724 >9 byte 4 gray+alpha,
15914 >10 byte&0x4 =0x4 \b, alpha channel
16120 >>12 beshort 2 with alpha
16709 >0x50 ulelong&0x2 0x2 \b, alpha only
18597 >>0 belong&0x00ffffff 16 alpha
[all …]
/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/gd/libgd/
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.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);
H A Dgd_bmp.c675 int padding = 0, alpha = 0, red = 0, green = 0, blue = 0; in bmp_read_direct() local
748 … infile) || !gdGetByte(&green, infile) || !gdGetByte(&red, infile) || !gdGetByte(&alpha, infile)) { in bmp_read_direct()
H A Dgd_color_match.c53 im2->alpha[color] = *(bp++) / count; in gdImageColorMatch()
H A Dgd_filter.c292 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha) in gdImageColor() argument
318 a = a + alpha; in gdImageColor()
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_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_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_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 Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
201 alpha = gdTrueColorGetAlpha(pix); in main()
203 if (alpha > gdAlphaOpaque) { in main()
209 alpha); in main()
/PHP-7.4/ext/gd/tests/
H A Dbug27582_1.phpt2 Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color)
22 echo $color['alpha'];
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
H A Dbug39366.phpt2 Bug #39366 (imagerotate does not respect alpha with angles>45)
H A Dbug61221.phpt2 Bug #61221 - imagegammacorrect function loses alpha channel
H A Dbug66005.phpt21 // 32 bit with full alpha channel
H A Dbug67447.phpt39 ["alpha"]=>

Completed in 170 milliseconds

123