Searched refs:sy2 (Results 1 – 1 of 1) sorted by relevance
2544 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local2552 sy2 = ((double) (y + 1) - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()2565 if (yportion > sy2 - sy1) { in gdImageCopyResampled()2566 yportion = sy2 - sy1; in gdImageCopyResampled()2569 } else if (sy == floorf(sy2)) { in gdImageCopyResampled()2570 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()2608 while (sy < sy2); in gdImageCopyResampled()
Completed in 11 milliseconds