new_img          1221 ext/gd/libgd/gd_interpolation.c 	gdImagePtr new_img;
new_img          1224 ext/gd/libgd/gd_interpolation.c 	new_img = gdImageCreateTrueColor(new_width, new_height);
new_img          1225 ext/gd/libgd/gd_interpolation.c 	if (new_img == NULL) {
new_img          1228 ext/gd/libgd/gd_interpolation.c 	new_img->transparent = gdTrueColorAlpha(im->red[transparent], im->green[transparent], im->blue[transparent], im->alpha[transparent]);
new_img          1289 ext/gd/libgd/gd_interpolation.c 				new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha);
new_img          1297 ext/gd/libgd/gd_interpolation.c 	return new_img;
new_img          1314 ext/gd/libgd/gd_interpolation.c 	gdImagePtr new_img;
new_img          1316 ext/gd/libgd/gd_interpolation.c 	new_img = gdImageCreateTrueColor(new_width, new_height);
new_img          1317 ext/gd/libgd/gd_interpolation.c 	if (!new_img){
new_img          1376 ext/gd/libgd/gd_interpolation.c 				new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha);
new_img          1384 ext/gd/libgd/gd_interpolation.c 	return new_img;