xportion         2498 ext/gd/libgd/gd.c 					double xportion;
xportion         2502 ext/gd/libgd/gd.c 						xportion = 1.0f - (sx - floor_cast(sx));
xportion         2503 ext/gd/libgd/gd.c 						if (xportion > sx2 - sx1) {
xportion         2504 ext/gd/libgd/gd.c 							xportion = sx2 - sx1;
xportion         2508 ext/gd/libgd/gd.c 						xportion = sx2 - floor_cast(sx2);
xportion         2510 ext/gd/libgd/gd.c 						xportion = 1.0f;
xportion         2512 ext/gd/libgd/gd.c 					pcontribution = xportion * yportion;
xportion         2522 ext/gd/libgd/gd.c 					spixels += xportion * yportion;