Home
last modified time | relevance | path

Searched refs:colorIndex2RGBA (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c695 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… macro
704 return colorIndex2RGBA(c); in getPixelOverflowPalette()
1192 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()

Completed in 13 milliseconds