dst_img 1118 ext/gd/libgd/gd_interpolation.c gdImagePtr dst_img; dst_img 1123 ext/gd/libgd/gd_interpolation.c dst_img = gdImageCreateTrueColor(new_width, new_height); dst_img 1125 ext/gd/libgd/gd_interpolation.c if (dst_img == NULL) { dst_img 1141 ext/gd/libgd/gd_interpolation.c dst_img->tpixels[dst_offset_y][dst_offset_x++] = im->tpixels[m][n]; dst_img 1152 ext/gd/libgd/gd_interpolation.c dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); dst_img 1157 ext/gd/libgd/gd_interpolation.c return dst_img;