newy              354 ext/gd/libgd/gd_rotate.c 	int u, iShear, newx, newy;
newy              363 ext/gd/libgd/gd_rotate.c 	newy = src->sy;
newy              372 ext/gd/libgd/gd_rotate.c 	dst1 = gdImageCreateTrueColor(newx, newy);
newy              434 ext/gd/libgd/gd_rotate.c 	newy = (int) ((double) src->sx * fabs( dSinE ) + (double) src->sy * cos (dRadAngle))+1;
newy              441 ext/gd/libgd/gd_rotate.c 	dst2 = gdImageCreateTrueColor(newx, newy);
newy              466 ext/gd/libgd/gd_rotate.c 	newy = dst2->sy;
newy              473 ext/gd/libgd/gd_rotate.c 	dst3 = gdImageCreateTrueColor(newx, newy);
newy              492 ext/gd/libgd/gd_rotate.c 		dOffset = dTan * ((double)(src->sx - 1) * -dSinE + (double)(1 - newy));