Home
last modified time | relevance | path

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

/php-src/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()
2284 …mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColor… in gdImageCopy()
2291 nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImageCopy()
2471 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2484 nc = gdImageColorResolveAlpha(dst, gdImageRed(src, c), in gdImageCopyResized()
2795 …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-src/main/
H A Dphp_compat.h239 #define gdImageColorResolveAlpha php_gd_gdImageColorResolveAlpha macro
/php-src/ext/gd/
H A Dgd.c980 RETURN_LONG(gdImageColorResolveAlpha(im, red, green, blue, alpha)); in PHP_FUNCTION()

Completed in 32 milliseconds