Home
last modified time | relevance | path

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

/php-src/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.c273 return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorClosest()
469 return gdImageColorExactAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorExact()
491 return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorAllocate()
536 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
617 im->alpha[im->transparent] = gdAlphaOpaque; in gdImageColorTransparent()
1284 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
2998 if( src_alpha == gdAlphaOpaque ) in gdAlphaBlend()
H A Dgd.h80 #define gdAlphaOpaque 0 macro
H A Dgdft.c668 … 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.c622 if( src_alpha == gdAlphaOpaque ) { in _color_blend()

Completed in 34 milliseconds