Searched refs:ShadowModulate (Results 1 – 2 of 2) sorted by relevance
67 #define ShadowModulate ScaleCharToQuantum(135) macro269 shadow.red=QuantumScale*matte.red*ShadowModulate; in FrameImage()270 shadow.green=QuantumScale*matte.green*ShadowModulate; in FrameImage()271 shadow.blue=QuantumScale*matte.blue*ShadowModulate; in FrameImage()272 shadow.black=QuantumScale*matte.black*ShadowModulate; in FrameImage()
143 #define ShadowModulate ScaleCharToQuantum(135) macro3138 pixel->matte_color.red*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()3140 pixel->matte_color.green*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()3142 pixel->matte_color.blue*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()