Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddecorate.c67 #define ShadowModulate ScaleCharToQuantum(135) macro
269 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()
Dxwindow.c142 #define ShadowModulate ScaleCharToQuantum(135) macro
3144 pixel->alpha_color.red*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()
3146 pixel->alpha_color.green*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()
3148 pixel->alpha_color.blue*ScaleQuantumToShort(ShadowModulate))/65535L); in XGetPixelInfo()