Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2502 double pcontribution; in gdImageCopyResampled() local
2515 pcontribution = xportion * yportion; in gdImageCopyResampled()
2518 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()
2522 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()
2524 contrib_sum += pcontribution; in gdImageCopyResampled()

Completed in 10 milliseconds