Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c136 new_pxl = gdImageColorAllocateAlpha(src, 255-r, 255-g, 255-b, a); in gdImageNegate()
174 new_pxl = gdImageColorAllocateAlpha(src, r, g, b, a); in gdImageGrayScale()
221 new_pxl = gdImageColorAllocateAlpha(src, (int)r, (int)g, (int)b, a); in gdImageBrightness()
281 new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
325 new_pxl = gdImageColorAllocateAlpha(src, r, g, b, a); in gdImageColor()
355 new_pxl = gdImageColorAllocateAlpha(srcback, 0, 0, 0, 127); in gdImageConvolution()
386 new_pxl = gdImageColorAllocateAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a); in gdImageConvolution()
505 new_pxl = gdImageColorAllocateAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a); in gdImageSelectiveBlur()
H A Dgd_rotate.c54 pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a); in gdImageSkewX()
84 pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a); in gdImageSkewX()
134 pxlOldLeft = gdImageColorAllocateAlpha(dst, r, g, b, a); in gdImageSkewY()
145 pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a); in gdImageSkewY()
175 pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a); in gdImageSkewY()
H A Dgd.h511 int gdImageColorAllocateAlpha(gdImagePtr im, int r, int g, int b, int a);
H A Dgd.c521 return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorAllocate()
524 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha() function
/PHP-7.4/main/
H A Dphp_compat.h232 #define gdImageColorAllocateAlpha php_gd_gdImageColorAllocateAlpha macro
/PHP-7.4/ext/gd/
H A Dgd.c1885 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION()

Completed in 37 milliseconds