Home
last modified time | relevance | path

Searched refs:dst_img (Results 1 – 1 of 1) sorted by path

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1154 gdImagePtr dst_img; in gdImageScaleNearestNeighbour() local
1163 dst_img = gdImageCreateTrueColor(new_width, new_height); in gdImageScaleNearestNeighbour()
1165 if (dst_img == NULL) { in gdImageScaleNearestNeighbour()
1181 dst_img->tpixels[dst_offset_y][dst_offset_x++] = im->tpixels[m][n]; in gdImageScaleNearestNeighbour()
1192 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()
1197 return dst_img; in gdImageScaleNearestNeighbour()

Completed in 16 milliseconds