Searched refs:gdTrueColorGetAlpha (Results 1 – 10 of 10) sorted by relevance
48 *(bp++) += gdTrueColorGetAlpha(rgb); in gdImageColorMatch()
623 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 …]
862 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 …]
201 alpha = gdTrueColorGetAlpha(pix); in main()
141 a = gdTrueColorGetAlpha(c); in gdImageWebpCtx()
87 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) macro735 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
608 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));669 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
708 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
764 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
3065 gdTrueColorGetAlpha(c) in PHP_FUNCTION()
Completed in 63 milliseconds