yportion         2486 ext/gd/libgd/gd.c 				double yportion;
yportion         2488 ext/gd/libgd/gd.c 					yportion = 1.0f - (sy - floor_cast(sy));
yportion         2489 ext/gd/libgd/gd.c 					if (yportion > sy2 - sy1) {
yportion         2490 ext/gd/libgd/gd.c 						yportion = sy2 - sy1;
yportion         2494 ext/gd/libgd/gd.c 					yportion = sy2 - floor_cast(sy2);
yportion         2496 ext/gd/libgd/gd.c 					yportion = 1.0f;
yportion         2514 ext/gd/libgd/gd.c 					pcontribution = xportion * yportion;
yportion         2524 ext/gd/libgd/gd.c 					spixels += xportion * yportion;