Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_pixelate.c47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
H A Dgd.c530 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
533 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() function
861 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
900 gdImageSetPixel(im, x, y, gdImageColorResolveAlpha(im, in gdImageTileApply()
932 …tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueCol… in gdImageTileGet()
2257 …mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColor… in gdImageCopy()
2264 nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImageCopy()
2444 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2457 nc = gdImageColorResolveAlpha(dst, gdImageRed(src, c), in gdImageCopyResized()
2783 …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-5.6/main/
H A Dphp_compat.h217 #define gdImageColorResolveAlpha php_gd_gdImageColorResolveAlpha macro
/PHP-5.6/ext/gd/
H A Dgd.c1897 RETURN_LONG(gdImageColorResolveAlpha(im, red, green, blue, alpha)); in PHP_FUNCTION()
4221 aa[i] = gdImageColorResolveAlpha(bg_img, rd, gr, bl, al); in PHP_FUNCTION()

Completed in 59 milliseconds