Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.c2080 static inline Quantum PerceptibleThreshold(const Quantum quantum, in PerceptibleThreshold() function
2124 q->red=(double) PerceptibleThreshold(ClampToQuantum(q->red), in PerceptibleImage()
2126 q->green=(double) PerceptibleThreshold(ClampToQuantum(q->green), in PerceptibleImage()
2128 q->blue=(double) PerceptibleThreshold(ClampToQuantum(q->blue), in PerceptibleImage()
2130 q->alpha=(double) PerceptibleThreshold(ClampToQuantum(q->alpha), in PerceptibleImage()
2173 q[i]=PerceptibleThreshold(q[i],epsilon); in PerceptibleImage()