Searched refs:pcontribution (Results 1 – 1 of 1) sorted by relevance
2577 double pcontribution; in gdImageCopyResampled() local2590 pcontribution = xportion * yportion; in gdImageCopyResampled()2593 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()2597 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()2599 contrib_sum += pcontribution; in gdImageCopyResampled()
Completed in 17 milliseconds