Home
last modified time | relevance | path

Searched refs:gdRedMax (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd.c2967 (gdAlphaOverlayColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), gdRedMax ) << 16) + in gdLayerOverlay()
3000 r1 = gdRedMax - (a1 * (gdRedMax - gdTrueColorGetRed(src))) / gdAlphaMax; in gdLayerMultiply()
3001 r2 = gdRedMax - (a2 * (gdRedMax - gdTrueColorGetRed(dst))) / gdAlphaMax; in gdLayerMultiply()
3010 ((r1*r2/gdRedMax) << 16) + in gdLayerMultiply()
H A Dgd.h82 #define gdRedMax 255 macro

Completed in 14 milliseconds