Searched refs:spixels (Results 1 – 1 of 1) sorted by relevance
2471 double spixels = 0; in gdImageCopyResampled() local2516 spixels += xportion * yportion; in gdImageCopyResampled()2526 if (spixels != 0.0f) { in gdImageCopyResampled()2527 red /= spixels; in gdImageCopyResampled()2528 green /= spixels; in gdImageCopyResampled()2529 blue /= spixels; in gdImageCopyResampled()2530 alpha /= spixels; in gdImageCopyResampled()
Completed in 11 milliseconds