Searched refs:tot_weight (Results 1 – 1 of 1) sorted by relevance
2880 int src_weight, dst_weight, tot_weight; in gdAlphaBlend() local2901 tot_weight = src_weight + dst_weight; in gdAlphaBlend()2909 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; in gdAlphaBlend()2911 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; in gdAlphaBlend()2913 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; in gdAlphaBlend()
Completed in 12 milliseconds