Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_compat.h188 #define gdAlphaBlend php_gd_gdAlphaBlend macro
/php-src/ext/gd/libgd/
H A Dgd.h105 int gdAlphaBlend(int dest, int src);
H A Dgdft.c699 *tpixel = gdAlphaBlend (opixel,
H A Dgd.c781 im->tpixels[y][x] = gdAlphaBlend(im->tpixels[y][x], color); in gdImageSetPixel()
2906 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend() function

Completed in 27 milliseconds