Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpng.c203 if (alpha > gdAlphaOpaque) { in main()
H A Dgd_png.c605 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
628 if (im->alpha[i] != gdAlphaOpaque) { in gdImagePngCtxEx()
H A Dgd.c267 return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorClosest()
463 return gdImageColorExactAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorExact()
485 return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorAllocate()
530 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
611 im->alpha[im->transparent] = gdAlphaOpaque; in gdImageColorTransparent()
1290 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
2894 if( src_alpha == gdAlphaOpaque ) in gdAlphaBlend()
H A Dgd.h82 #define gdAlphaOpaque 0 macro
H A Dgdft.c624 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
H A Dgd_topal.c1989 im->alpha[i] = gdAlphaOpaque;
H A Dgd_interpolation.c608 if( src_alpha == gdAlphaOpaque ) { in _color_blend()

Completed in 61 milliseconds