newx              354 ext/gd/libgd/gd_rotate.c 	int u, iShear, newx, newy;
newx              362 ext/gd/libgd/gd_rotate.c 	newx = (int)(src->sx + src->sy * fabs(dTan));
newx              372 ext/gd/libgd/gd_rotate.c 	dst1 = gdImageCreateTrueColor(newx, newy);
newx              426 ext/gd/libgd/gd_rotate.c 	newx = dst1->sx;
newx              431 ext/gd/libgd/gd_rotate.c 		dOffset = -dSinE *  (src->sx - newx);
newx              441 ext/gd/libgd/gd_rotate.c 	dst2 = gdImageCreateTrueColor(newx, newy);
newx              465 ext/gd/libgd/gd_rotate.c 	newx = (int) ((double)src->sy * fabs (dSinE) + (double)src->sx * cos (dRadAngle)) + 1;
newx              473 ext/gd/libgd/gd_rotate.c 	dst3 = gdImageCreateTrueColor(newx, newy);
newx              213 sapi/apache2handler/apache_config.c 	php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx));
newx              215 sapi/apache2handler/apache_config.c 	phpapdebug((stderr, "Creating new config (%p) for %s\n", newx, dummy));
newx              216 sapi/apache2handler/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, config_entry_dtor, 1);
newx              217 sapi/apache2handler/apache_config.c 	apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null);
newx              218 sapi/apache2handler/apache_config.c 	return (void *) newx;