Searched refs:spixels (Results 1 – 1 of 1) sorted by relevance
2555 double spixels = 0; in gdImageCopyResampled() local2600 spixels += xportion * yportion; in gdImageCopyResampled()2610 if (spixels != 0.0f) { in gdImageCopyResampled()2611 red /= spixels; in gdImageCopyResampled()2612 green /= spixels; in gdImageCopyResampled()2613 blue /= spixels; in gdImageCopyResampled()2614 alpha /= spixels; in gdImageCopyResampled()
Completed in 11 milliseconds