Home
last modified time | relevance | path

Searched refs:tot_weight (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dgd.c2920 int src_weight, dst_weight, tot_weight; in gdAlphaBlend() local
2941 tot_weight = src_weight + dst_weight; in gdAlphaBlend()
2949 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
2951 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
2953 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
H A Dgd_interpolation.c622 const int tot_weight = src_weight + dst_weight; in _color_blend() local
627 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in _color_blend()
629 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in _color_blend()
631 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in _color_blend()

Completed in 27 milliseconds