Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.c1472 static inline Quantum PerceptibleThreshold(const Quantum quantum, in PerceptibleThreshold() function
1516 q->red=(double) PerceptibleThreshold(ClampToQuantum(q->red), in PerceptibleImage()
1518 q->green=(double) PerceptibleThreshold(ClampToQuantum(q->green), in PerceptibleImage()
1520 q->blue=(double) PerceptibleThreshold(ClampToQuantum(q->blue), in PerceptibleImage()
1522 q->alpha=(double) PerceptibleThreshold(ClampToQuantum(q->alpha), in PerceptibleImage()
1570 q[i]=PerceptibleThreshold(q[i],epsilon); in PerceptibleImage()