Home
last modified time | relevance | path

Searched refs:colorIndex2RGBA (Results 1 – 1 of 1) sorted by relevance

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

Completed in 21 milliseconds