Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.c2997 (gdAlphaOverlayColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), gdRedMax ) << 16) + in gdLayerOverlay()
3030 r1 = gdRedMax - (a1 * (gdRedMax - gdTrueColorGetRed(src))) / gdAlphaMax; in gdLayerMultiply()
3031 r2 = gdRedMax - (a2 * (gdRedMax - gdTrueColorGetRed(dst))) / gdAlphaMax; in gdLayerMultiply()
3040 ((r1*r2/gdRedMax) << 16) + in gdLayerMultiply()
H A Dgd.h82 #define gdRedMax 255 macro

Completed in 27 milliseconds