Searched refs:gdTrueColorGetAlpha (Results 1 – 11 of 11) sorted by relevance
635 const int dst_alpha = gdTrueColorGetAlpha(dst); in _color_blend()717 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()799 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()809 new_a += kernel * gdTrueColorGetAlpha(rgbs); in getPixelInterpolated()1242 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearPalette()1243 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearPalette()1244 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearPalette()1245 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearPalette()1332 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearTC()1564 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()[all …]
43 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
201 alpha = gdTrueColorGetAlpha(pix); in main()
143 a = gdTrueColorGetAlpha(c); in gdImageWebpCtx()
903 gdTrueColorGetAlpha(p))); in gdImageBrushApply()943 gdTrueColorGetAlpha(p))); in gdImageTileApply()2504 gdTrueColorGetAlpha (c)); in gdImageCopyResized()2593 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()2597 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()2937 int src_alpha = gdTrueColorGetAlpha(src); in gdAlphaBlend()2947 dst_alpha = gdTrueColorGetAlpha(dst); in gdAlphaBlend()2994 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()2995 a2 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerOverlay()3027 a1 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerMultiply()[all …]
618 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));680 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;698 if (gdTrueColorGetAlpha(opixel) != gdAlphaTransparent) {
85 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) macro775 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
562 *(p++) = alpha7BitTo8Bit(gdTrueColorGetAlpha(val)); in gdImageAvifCtx()
739 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
765 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
2308 gdTrueColorGetAlpha(c) in PHP_FUNCTION()
Completed in 51 milliseconds