Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c634 const int tot_weight = src_weight + dst_weight; in _color_blend() local
639 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in _color_blend()
641 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in _color_blend()
643 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in _color_blend()
H A Dgd.c2993 int src_weight, dst_weight, tot_weight; in gdAlphaBlend() local
3014 tot_weight = src_weight + dst_weight; in gdAlphaBlend()
3022 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
3024 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
3026 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in gdAlphaBlend()

Completed in 23 milliseconds