Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c625 const int dst_alpha = gdTrueColorGetAlpha(dst); in _color_blend()
707 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
789 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
799 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()
1220 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearPalette()
1221 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearPalette()
1222 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearPalette()
1223 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearPalette()
1310 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearTC()
1542 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()
[all …]
H A Dgd_color_match.c43 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
H A Dwebpng.c201 alpha = gdTrueColorGetAlpha(pix); in main()
H A Dgd_webp.c143 a = gdTrueColorGetAlpha(c); in gdImageWebpCtx()
H A Dgd.c873 gdTrueColorGetAlpha(p))); in gdImageBrushApply()
913 gdTrueColorGetAlpha(p))); in gdImageTileApply()
2558 gdTrueColorGetAlpha (c)); in gdImageCopyResized()
2647 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()
2651 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()
2991 int src_alpha = gdTrueColorGetAlpha(src); in gdAlphaBlend()
3001 dst_alpha = gdTrueColorGetAlpha(dst); in gdAlphaBlend()
3048 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()
3049 a2 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerOverlay()
3081 a1 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerMultiply()
[all …]
H A Dgdft.c618 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));
680 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
698 if (gdTrueColorGetAlpha(opixel) != gdAlphaTransparent) {
H A Dgd.h85 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) macro
777 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
H A Dgd_avif.c562 *(p++) = alpha7BitTo8Bit(gdTrueColorGetAlpha(val)); in gdImageAvifCtx()
H A Dgd_png.c739 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
H A Dgd_gd2.c765 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
/PHP-8.4/ext/gd/
H A Dgd.c2516 gdTrueColorGetAlpha(c) in PHP_FUNCTION()

Completed in 58 milliseconds