Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_compat.h166 #define gdAlphaBlend php_gd_gdAlphaBlend macro
/PHP-5.5/ext/gd/libgd/
H A Dgd.h106 int gdAlphaBlend(int dest, int src);
H A Dgdft.c651 *tpixel = gdAlphaBlend(*tpixel, (level << 24) + (fg & 0xFFFFFF));
H A Dgd.c772 im->tpixels[y][x] = gdAlphaBlend(im->tpixels[y][x], color); in gdImageSetPixel()
775 im->tpixels[y][x] = gdAlphaBlend(im->tpixels[y][x], color); in gdImageSetPixel()
2886 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend() function

Completed in 46 milliseconds