Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_pixelate.c47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
H A Dgd.c528 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
531 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() function
859 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
898 gdImageSetPixel(im, x, y, gdImageColorResolveAlpha(im, in gdImageTileApply()
930 …tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueCol… in gdImageTileGet()
2255 …mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColor… in gdImageCopy()
2262 nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImageCopy()
2442 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2455 nc = gdImageColorResolveAlpha(dst, gdImageRed(src, c), in gdImageCopyResized()
2781 …index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush()
[all …]
H A Dgd.h528 int gdImageColorResolveAlpha(gdImagePtr im, int r, int g, int b, int a);
/PHP-7.0/main/
H A Dphp_compat.h217 #define gdImageColorResolveAlpha php_gd_gdImageColorResolveAlpha macro
/PHP-7.0/ext/gd/
H A Dgd.c1803 RETURN_LONG(gdImageColorResolveAlpha(im, red, green, blue, alpha)); in PHP_FUNCTION()

Completed in 43 milliseconds