Lines Matching refs:gdTrueColorGetBlue

653 			blue = (gdTrueColorGetBlue(src) * src_weight  in _color_blend()
654 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in _color_blend()
717 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
799 new_b += kernel * gdTrueColorGetBlue(rgbs); in getPixelInterpolated()
809 new_b += kernel * gdTrueColorGetBlue(rgbs); in getPixelInterpolated()
950 …gned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetBlue(p_src_row[i]… in _gdScaleRow()
997 …b += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetBlue(pCurSrc… in _gdScaleCol()
1209 f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageScaleBilinearPalette()
1210 f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageScaleBilinearPalette()
1211 f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageScaleBilinearPalette()
1212 f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageScaleBilinearPalette()
1299 f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageScaleBilinearTC()
1300 f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageScaleBilinearTC()
1301 f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageScaleBilinearTC()
1302 f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageScaleBilinearTC()
1534 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageScaleBicubicFixed()
1820 const gdFixed f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageRotateBilinear()
1821 const gdFixed f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageRotateBilinear()
1822 const gdFixed f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageRotateBilinear()
1823 const gdFixed f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageRotateBilinear()
2089 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageRotateBicubicFixed()