Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_pixelate.c47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
H A Dgd.c536 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
539 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() function
870 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
909 gdImageSetPixel(im, x, y, gdImageColorResolveAlpha(im, in gdImageTileApply()
941 …tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueCol… in gdImageTileGet()
2368 …mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColor… in gdImageCopy()
2375 nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImageCopy()
2555 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2568 nc = gdImageColorResolveAlpha(dst, gdImageRed(src, c), in gdImageCopyResized()
2879 …index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush()
[all …]
H A Dgd.h532 int gdImageColorResolveAlpha(gdImagePtr im, int r, int g, int b, int a);
/PHP-8.4/main/
H A Dphp_compat.h239 #define gdImageColorResolveAlpha php_gd_gdImageColorResolveAlpha macro
/PHP-8.4/ext/gd/
H A Dgd.c1004 RETURN_LONG(gdImageColorResolveAlpha(im, red, green, blue, alpha)); in PHP_FUNCTION()

Completed in 49 milliseconds