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
3124 pixel->matte_color.red*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3125 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()
3127 pixel->matte_color.green*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3128 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()
3130 pixel->matte_color.blue*ScaleQuantumToShort(HighlightModulate))/65535L+ in XGetPixelInfo()
3131 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate)))); in XGetPixelInfo()