Searched refs:gdAlphaBlend (Results 1 – 4 of 4) sorted by relevance
188 #define gdAlphaBlend php_gd_gdAlphaBlend macro
105 int gdAlphaBlend(int dest, int src);
689 *tpixel = gdAlphaBlend (opixel,
811 im->tpixels[y][x] = gdAlphaBlend(im->tpixels[y][x], color); in gdImageSetPixel()2936 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend() function
Completed in 31 milliseconds