image_width       193 ext/gd/libgd/gd_jpeg.c 	cinfo.image_width = im->sx;
image_width       209 ext/gd/libgd/gd_jpeg.c 	row = (JSAMPROW) safe_emalloc(cinfo.image_width * cinfo.input_components, sizeof(JSAMPLE), 0);
image_width       210 ext/gd/libgd/gd_jpeg.c 	memset(row, 0, cinfo.image_width * cinfo.input_components * sizeof(JSAMPLE));
image_width       374 ext/gd/libgd/gd_jpeg.c 	if (cinfo.image_width > INT_MAX) {
image_width       375 ext/gd/libgd/gd_jpeg.c 		php_gd_error_ex(E_WARNING, "gd-jpeg: warning: JPEG image width (%u) is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_width, INT_MAX);
image_width       378 ext/gd/libgd/gd_jpeg.c 	im = gdImageCreateTrueColor ((int) cinfo.image_width, (int) cinfo.image_height);