Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dwebpng.c203 if (alpha > gdAlphaOpaque) { in main()
H A Dgd_png.c603 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
626 if (im->alpha[i] != gdAlphaOpaque) { in gdImagePngCtxEx()
H A Dgd.c259 return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorClosest()
455 return gdImageColorExactAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorExact()
477 return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque); in gdImageColorAllocate()
522 return gdImageColorResolveAlpha(im, r, g, b, gdAlphaOpaque); in gdImageColorResolve()
596 im->alpha[im->transparent] = gdAlphaOpaque; in gdImageColorTransparent()
1279 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
2885 if( src_alpha == gdAlphaOpaque ) in gdAlphaBlend()
H A Dgd.h82 #define gdAlphaOpaque 0 macro
H A Dgdft.c622 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
H A Dgd_topal.c1989 im->alpha[i] = gdAlphaOpaque;

Completed in 1726 milliseconds