Home
last modified time | relevance | path

Searched refs:gdTrueColorGetAlpha (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dgd_color.c48 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
H A Dgd_interpolation.c613 const int dst_alpha = gdTrueColorGetAlpha(dst); in _color_blend()
774 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
856 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
866 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
1328 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearPalette()
1329 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearPalette()
1330 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearPalette()
1331 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearPalette()
1420 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearTC()
1652 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()
[all …]
H A Dgd.c864 gdTrueColorGetAlpha(p))); in gdImageBrushApply()
904 gdTrueColorGetAlpha(p))); in gdImageTileApply()
2447 gdTrueColorGetAlpha (c)); in gdImageCopyResized()
2901 return ((((gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2905 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2909 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2913 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2918 int src_alpha = gdTrueColorGetAlpha(src); in gdAlphaBlend()
2928 dst_alpha = gdTrueColorGetAlpha(dst); in gdAlphaBlend()
2982 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()
[all …]
H A Dwebpng.c201 alpha = gdTrueColorGetAlpha(pix); in main()
H A Dgd.h87 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) macro
737 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
H A Dgdft.c609 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));
670 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
H A Dgd_png.c708 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
H A Dgd_gd2.c764 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
/PHP-5.6/ext/gd/
H A Dgd.c3103 gdTrueColorGetAlpha(c) in PHP_FUNCTION()

Completed in 113 milliseconds