Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_color.c48 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
H A Dgd.c853 gdTrueColorGetAlpha(p))); in gdImageBrushApply()
893 gdTrueColorGetAlpha(p))); in gdImageTileApply()
2420 gdTrueColorGetAlpha (c)); in gdImageCopyResized()
2861 return ((((gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2865 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2869 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2873 (gdTrueColorGetAlpha (src) * in gdAlphaBlendOld()
2878 int src_alpha = gdTrueColorGetAlpha(src); in gdAlphaBlend()
2888 dst_alpha = gdTrueColorGetAlpha(dst); in gdAlphaBlend()
2942 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
611 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
H A Dgdft.c573 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));
632 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
H A Dgd_png.c706 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
H A Dgd_gd2.c743 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()

Completed in 25 milliseconds