Home
last modified time | relevance | path

Searched refs:gdAlphaOpaque (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/gd/libgd/
H A Dwebpng.c203 if (alpha > gdAlphaOpaque) { in main()
H A Dgd_png.c636 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
659 if (im->alpha[i] != gdAlphaOpaque) { in gdImagePngCtxEx()
H A Dgd.c303 return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorClosest()
499 return gdImageColorExactAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorExact()
521 return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorAllocate()
566 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
647 im->alpha[im->transparent] = gdAlphaOpaque; in gdImageColorTransparent()
1230 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
2944 if( src_alpha == gdAlphaOpaque ) in gdAlphaBlend()
H A Dgd.h80 #define gdAlphaOpaque 0 macro
H A Dgdft.c658 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
H A Dgd_topal.c1602 im->alpha[i] = gdAlphaOpaque; in gdImageTrueColorToPaletteBody()
H A Dgd_interpolation.c633 if( src_alpha == gdAlphaOpaque ) { in _color_blend()

Completed in 44 milliseconds