Searched refs:dst_weight (Results 1 – 2 of 2) sorted by relevance
643 const int dst_weight = (gdAlphaTransparent - dst_alpha) * src_alpha / gdAlphaMax; in _color_blend() local644 const int tot_weight = src_weight + dst_weight; in _color_blend()649 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in _color_blend()651 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in _color_blend()653 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in _color_blend()
2939 int src_weight, dst_weight, tot_weight; in gdAlphaBlend() local2959 dst_weight = (gdAlphaTransparent - dst_alpha) * src_alpha / gdAlphaMax; in gdAlphaBlend()2960 tot_weight = src_weight + dst_weight; in gdAlphaBlend()2968 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend()2970 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in gdAlphaBlend()2972 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
Completed in 20 milliseconds