Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddecorate.c66 #define HighlightModulate ScaleCharToQuantum(125) macro
260 HighlightModulate)*matte.red+(QuantumRange*HighlightModulate))); in FrameImage()
262 HighlightModulate)*matte.green+(QuantumRange*HighlightModulate))); in FrameImage()
264 HighlightModulate)*matte.blue+(QuantumRange*HighlightModulate))); in FrameImage()
266 HighlightModulate)*matte.black+(QuantumRange*HighlightModulate))); in FrameImage()
Dxwindow.c142 #define HighlightModulate ScaleCharToQuantum(125) macro
3125 pixel->matte_color.red*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3126 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()
3128 pixel->matte_color.green*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3129 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()
3131 pixel->matte_color.blue*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3132 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()