Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_color.c48 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
H A Dgd_interpolation.c623 const int dst_alpha = gdTrueColorGetAlpha(dst); in _color_blend()
784 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
866 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
876 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
1338 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearPalette()
1339 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearPalette()
1340 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearPalette()
1341 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearPalette()
1430 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearTC()
1662 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()
[all …]
H A Dgd.c862 gdTrueColorGetAlpha(p))); in gdImageBrushApply()
902 gdTrueColorGetAlpha(p))); in gdImageTileApply()
2445 gdTrueColorGetAlpha (c)); in gdImageCopyResized()
2899 return ((((gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2903 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2907 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2911 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2916 int src_alpha = gdTrueColorGetAlpha(src); in gdAlphaBlend()
2926 dst_alpha = gdTrueColorGetAlpha(dst); in gdAlphaBlend()
2980 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()
[all …]
H A Dwebpng.c201 alpha = gdTrueColorGetAlpha(pix); in main()
H A Dgd_webp.c141 a = gdTrueColorGetAlpha(c); in gdImageWebpCtx()
H A Dgd.h87 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) macro
735 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
H A Dgdft.c608 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));
669 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-7.0/ext/gd/
H A Dgd.c3065 gdTrueColorGetAlpha(c) in PHP_FUNCTION()

Completed in 63 milliseconds