Lines Matching refs:gdTrueColorGetAlpha
630 const int src_alpha = gdTrueColorGetAlpha(src); in _color_blend()
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()
976 a += contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetAlpha(p_src_row[i])); in _gdScaleRow()
1025 a += contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetAlpha(pCurSrc)); in _gdScaleCol()
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()
1333 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearTC()
1334 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearTC()
1335 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearTC()
1564 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()
1752 c = c | (( gdTrueColorGetAlpha(c) + ((int)(127* gd_fxtof(f_slop)))) << 24); in gdImageRotateGeneric()
1853 const gdFixed f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageRotateBilinear()
1854 const gdFixed f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageRotateBilinear()
1855 const gdFixed f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageRotateBilinear()
1856 const gdFixed f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageRotateBilinear()
2119 f_as = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageRotateBicubicFixed()