Searched refs:dst_img (Results 1 – 1 of 1) sorted by relevance
1087 gdImagePtr dst_img; in gdImageScaleNearestNeighbour() local1096 dst_img = gdImageCreateTrueColor(new_width, new_height); in gdImageScaleNearestNeighbour()1098 if (dst_img == NULL) { in gdImageScaleNearestNeighbour()1114 dst_img->tpixels[dst_offset_y][dst_offset_x++] = im->tpixels[m][n]; in gdImageScaleNearestNeighbour()1125 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()1130 return dst_img; in gdImageScaleNearestNeighbour()
Completed in 11 milliseconds