Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds