Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:QuantumRange

334           p[center+i] <= mean ? 0 : QuantumRange),q);
764 return(BilevelImage(image,QuantumRange*threshold/100.0,exception));
784 % value greater than that give is set to it maximum or QuantumRange.
877 q[i]=(Quantum) (pixel <= threshold ? 0 : QuantumRange);
990 threshold.red*=(MagickRealType) (QuantumRange/100.0);
991 threshold.green*=(MagickRealType) (QuantumRange/100.0);
992 threshold.blue*=(MagickRealType) (QuantumRange/100.0);
993 threshold.black*=(MagickRealType) (QuantumRange/100.0);
994 threshold.alpha*=(MagickRealType) (QuantumRange/100.0);
1824 QuantumRange/levels[n]);
2025 % 0 to QuantumRange.
2118 threshold=(double) (QuantumRange*
2120 q[i]=(double) q[i] <= threshold ? 0 : QuantumRange;
2254 q[i]=ClampToQuantum(QuantumRange*
2258 q[i]=QuantumRange;
2261 q[i]=ClampToQuantum(QuantumRange*PerceptibleReciprocal(
2380 threshold.red*=(MagickRealType) (QuantumRange/100.0);
2381 threshold.green*=(MagickRealType) (QuantumRange/100.0);
2382 threshold.blue*=(MagickRealType) (QuantumRange/100.0);
2383 threshold.black*=(MagickRealType) (QuantumRange/100.0);
2384 threshold.alpha*=(MagickRealType) (QuantumRange/100.0);
2430 q[i]=QuantumRange;